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

View File

@ -244,9 +244,9 @@
// New 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;
font-weight: normal;
font-weight: dark-light-choose(normal, bold);
}
&.new-topic {