Fix unread line becoming invisible on Halloween theme.

This commit is contained in:
ccd0 2018-10-31 16:55:13 -07:00
parent a1ec8dc856
commit 4f9561143c

View File

@ -149,6 +149,8 @@
/* Unread */
:root.spooky .unread-line {
border-color: rgb(197, 200, 198);
visibility: visible;
opacity: 1;
}
/* Thread Watcher */