change midnight unread color

pull/164/head
Aevann 2023-06-30 21:48:27 +03:00
parent 848aa08e57
commit 4547493787
1 changed files with 4 additions and 0 deletions

View File

@ -68,3 +68,7 @@ h5.post-title a:visited {
[disabled], .disabled, button[disabled], .btn[disabled], button.disabled, .btn.disabled {
color: #858b91 !important;
}
*:target, .unread {
background: #000000 !important;
}