Skip to content

Commit

Permalink
fuck you shitty thinkpad screen
Browse files Browse the repository at this point in the history
  • Loading branch information
S0yKaf committed Sep 5, 2016
1 parent 38dfef2 commit 54a61ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions public/assets/app.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.drop-box {
margin: auto;
background: rgba(85, 65, 225, 0.30);
color: #673ab7;
border: 5px solid #512da8;
color: #3f51b5;
border: 5px solid #303f9f;
line-height: 180px;
width: 300px;
text-align: center
Expand Down
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<body ng-app="myblt">

<nav>
<div class="nav-wrapper deep-purple">
<div class="nav-wrapper indigo">
<span class="brand-logo">maro.xyz · File Sharing</span>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="https://s.maro.xyz">s.maro.xyz</a></li>
Expand All @@ -28,9 +28,9 @@
<main ng-view class="valign-wrapper"></main>

<img id="waifu" class="hide-on-med-and-down" src="/assets/yui.png" height="316px"/>
<footer class="page-footer deep-purple">
<footer class="page-footer indigo">
<div class="containter">
<div class="footer-copyright deep-purple darken-2">
<div class="footer-copyright indigo darken-2">
maro.xyz
<a class="grey-text text-lighten-4 right" href="https://github.com/Kiniamaro/maro.xyz-website"><i class="fa fa-github" aria-hidden="true"></i></a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion public/partials/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="row alerts">
<div class="col s12">
<alert class="s12" ng-repeat="alert in alerts" type="{{alert.type}}" close="closeAlert($index)">
<a class="btn light-green accent-3" href="{{alert.url}}" ng-bind-html="alert.msg"></a><br/>
<a class="btn light-green accent-4" href="{{alert.url}}" ng-bind-html="alert.msg"></a><br/>
</alert>
</div>
</div>
Expand Down

0 comments on commit 54a61ae

Please sign in to comment.