forked from rDrama/rDrama
1
0
Fork 0

fix unread in /notifications/posts in midnight theme

master
Aevann 2023-09-13 01:36:32 +03:00
parent 1c14995a7d
commit 705da10756
1 changed files with 5 additions and 0 deletions

View File

@ -68,3 +68,8 @@ body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textare
[disabled], .disabled, button[disabled], .btn[disabled], button.disabled, .btn.disabled {
color: #858b91 !important;
}
/* repeated here to override an earlier rule in this file */
.unread {
background: #ffffff22 !important;
}