mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 00:37:06 +08:00
FIX: /user/x/notifications in mobile dark theme
This commit is contained in:
parent
123f50cd71
commit
7083bfdf27
|
@ -468,7 +468,7 @@
|
|||
}
|
||||
.notification {
|
||||
&.unread {
|
||||
background-color: dark-light-diff($tertiary, $secondary, 85%, -65%);
|
||||
background-color: dark-light-choose(scale-color($tertiary, $lightness: 85%), srgb-scale($tertiary, $secondary, 15%));
|
||||
}
|
||||
|
||||
li { display: inline-block; }
|
||||
|
|
Loading…
Reference in New Issue
Block a user