FIX: Unread posts in dark theme

This commit is contained in:
Kane York 2015-08-18 12:28:58 -07:00
parent a4da72a83b
commit c8c3b057cb
1 changed files with 2 additions and 2 deletions

View File

@ -244,9 +244,9 @@
// New posts // New posts
&.new-posts, &.unread-posts { &.new-posts, &.unread-posts {
background-color: scale-color($tertiary, $lightness: 50%); background-color: dark-light-choose(scale-color($tertiary, $lightness: 50%), scale-color($tertiary, $lightness: 20%));
color: $secondary; color: $secondary;
font-weight: normal; font-weight: dark-light-choose(normal, bold);
} }
&.new-topic { &.new-topic {