Merge pull request #2085 from awesomerobot/master

fixing mobile notificaiton badge
This commit is contained in:
Jeff Atwood 2014-03-08 21:06:50 -08:00
commit 6b241a5ebf
1 changed files with 2 additions and 1 deletions

View File

@ -122,7 +122,8 @@
} }
.unread-notifications { .unread-notifications {
right: -4px; right: -4px;
background-color: $tertiary_text_color; background-color: $emphasis_background_color;
color: $emphasis_text_color;
} }
.unread-private-messages { .unread-private-messages {
left: -4px; left: -4px;