Fix unread line becoming invisible on Halloween theme.
This commit is contained in:
parent
a1ec8dc856
commit
4f9561143c
@ -149,6 +149,8 @@
|
||||
/* Unread */
|
||||
:root.spooky .unread-line {
|
||||
border-color: rgb(197, 200, 198);
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Thread Watcher */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user