mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
subscriptions: Fix broken color property for .mute-note.
Instead of changing the property to color, we use opacity for dark mode compatibility.
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
|
||||
.mute-note {
|
||||
font-size: 90%;
|
||||
font-color: hsl(0, 0%, 32%);
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.hide-mute-note {
|
||||
|
||||
Reference in New Issue
Block a user