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