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:
Cynthia Lin
2018-02-07 20:10:34 -08:00
committed by Tim Abbott
parent 01a7e86ac6
commit 41bfeef633

View File

@@ -153,7 +153,7 @@
.mute-note {
font-size: 90%;
font-color: hsl(0, 0%, 32%);
opacity: 0.5;
}
.hide-mute-note {