FIX: Unread posts in dark theme
This commit is contained in:
parent
a4da72a83b
commit
c8c3b057cb
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue