Aevann 2023-09-08 23:09:04 +03:00
parent a42c2abed3
commit be10df86e9
1 changed files with 5 additions and 0 deletions

View File

@ -151,3 +151,8 @@ color: var(--gray-700);
.modal .comment-actions .list-group-item {
background-color: rgb(var(--background));
}
/* repeated here to override an earlier rule in this file */
.unread {
background: #ffffff22 !important;
}