Showing 2 changed files with 3 additions and 4 deletions
+2 -3
public/css/common.css
... ...
@@ -34,7 +34,7 @@ ul li {
34 34
 }
35 35
 
36 36
 a {
37
-  color: #23be80;
37
+  color: #67C4EE;
38 38
   text-decoration: none;
39 39
 }
40 40
 
... ...
@@ -911,9 +911,8 @@ body {
911 911
 }
912 912
 
913 913
 .header {
914
-  background:#5AAE08;
914
+  background:#004763;
915 915
   overflow:hidden;
916
-  border-bottom:2px solid #479A05;
917 916
 }
918 917
 
919 918
 .header-left {
+1 -1
templates/include/header.html.ep
... ...
@@ -56,7 +56,7 @@
56 56
           </div>
57 57
         % } else {
58 58
           <div class="header-btn-container">
59
-            <a class="btn btn-success" href="<%= url_for('/_login') %>">Login</a>
59
+            <a class="btn btn-info" href="<%= url_for('/_login') %>">Login</a>
60 60
           </div>
61 61
         % }
62 62
       </div>