Fix dark mode issues on Special:Notifications

Bug: T358405
Change-Id: I3c7e1c1884484386df9ef8f54d48af06e9a6c2d2
This commit is contained in:
bwang 2024-06-25 13:35:40 -05:00 committed by Bernard Wang
parent 6bff6d7c00
commit 8e635e0bca

View file

@ -11,7 +11,7 @@
transition: background-color 100ms, color 100ms;
&-highlighted {
background-color: #eaecf0;
background-color: @background-color-neutral;
color: @color-emphasized;
}
@ -64,7 +64,7 @@
}
&-label-count {
background-color: #eaecf0;
background-color: @background-color-neutral;
color: @color-subtle;
padding: 0.2em 0.5em;
margin-left: 0.5em;