]> git.openstreetmap.org Git - rails.git/commitdiff
Darken grey
authorJohn Firebaugh <john.firebaugh@gmail.com>
Wed, 13 Nov 2013 20:37:56 +0000 (12:37 -0800)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Wed, 13 Nov 2013 20:37:56 +0000 (12:37 -0800)
app/assets/stylesheets/common.css.scss
app/assets/stylesheets/parameters.scss

index 79443953020f9347eca809d4984061f597241efa..d939282058cb8dfdc209385df2415da8a41ea0b0 100644 (file)
@@ -359,7 +359,7 @@ nav.secondary {
       color: $darkgrey;
       padding: 5px;
 
-      &:hover { color: darken($darkgrey, 10%); }
+      &:hover { color: darken($darkgrey, 25%); }
     }
   }
 
index 013c7ae96e8f8b3087f7d14c623dc4c9c73879c0..2e3651aca1cb5f3d2b03175271219da11388927a 100644 (file)
@@ -9,7 +9,7 @@ $green: #7ebc6f;
 $grey: #CCC;
 $red: red;
 $lightgrey: #EEE;
-$darkgrey: #AAA;
+$darkgrey: #888;
 $hovercolor: 20%;
 $headerHeight: 54px;
 $sidebarWidth: 300px;