mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: Unread post circle colors in dark theme
This commit is contained in:
parent
aa0b2d74c1
commit
e2e7e6df44
1 changed files with 4 additions and 4 deletions
|
@ -236,7 +236,7 @@
|
|||
font-size: 11px;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
background-color: dark-light-choose(scale-color($primary, $lightness: 70%), scale-color($secondary, $lightness: 30%));
|
||||
background-color: dark-light-choose(scale-color($primary, $lightness: 70%), scale-color($secondary, $lightness: 70%));
|
||||
&[href] {
|
||||
color: $secondary;
|
||||
}
|
||||
|
@ -244,8 +244,8 @@
|
|||
// New posts
|
||||
|
||||
&.new-posts, &.unread-posts {
|
||||
background-color: dark-light-choose(scale-color($tertiary, $lightness: 50%), scale-color($tertiary, $lightness: 20%));
|
||||
color: $secondary;
|
||||
background-color: dark-light-choose(scale-color($tertiary, $lightness: 50%), $tertiary);
|
||||
color: dark-light-choose($secondary, $secondary);
|
||||
font-weight: dark-light-choose(normal, bold);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue