FIX: notification badge colors on mobile

This commit is contained in:
Neil Lalonde 2014-06-10 14:01:09 -04:00
parent d06720d059
commit 877302884b
2 changed files with 5 additions and 6 deletions

View File

@ -24,10 +24,7 @@
.icons {
.badge-notification {
color: $tertiary !important;
/* this !important is a terrible hack but the badge colors are
being overridden in a way I can't figure out on mobile, appears
to be a CSS precedence problem */
color: $secondary;
}
.active .icon {

View File

@ -91,10 +91,12 @@
td {
font-size: 14px;
}
a.title {color: $primary;}
a.title:visited:not(.badge-notification) {color: scale-color($primary, $lightness: 35%);}
.main-link {
font-size: 16px;
a {color: $primary;}
a:visited {color: scale-color($primary, $lightness: 50%);}
i.score {
color: $success;
cursor: pointer;