Merge pull request #1953 from awesomerobot/master

making the background on unread notifications stand out a bit more
This commit is contained in:
Jeff Atwood 2014-02-14 23:27:52 -08:00
commit f73c5c9c2b
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ $primary_light: lighten($primary, 50%) !default; // grey
$primary_lighter: lighten($primary, 60%) !default; //light grey
$primary_lightest: lighten($primary, 76%) !default; //lighter grey
$tertiary_lightest: lighten($tertiary, 55%) !default; //lighte blue
$tertiary_lightest: lighten($tertiary, 50%) !default; //lighte blue
$tertiary_light: lighten($tertiary, 30%) !default; // light blue
$tertiary_dark: darken($tertiary, 10%) !default; // dark blue