From be10df86e9d4848fc56a5f2242b80b01d3a1bcc6 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 8 Sep 2023 23:09:04 +0300 Subject: [PATCH] better fix for this https://rdrama.net/h/changelog/post/165657/changelog-megathread-marseynotes/4929586#context --- files/assets/css/dramblr.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/files/assets/css/dramblr.css b/files/assets/css/dramblr.css index 01d825a09..dc49348f6 100644 --- a/files/assets/css/dramblr.css +++ b/files/assets/css/dramblr.css @@ -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; +}