From 560c630089a8fb171db7572c2e481139ab7a377f Mon Sep 17 00:00:00 2001 From: justcool393 Date: Wed, 12 Jul 2023 11:26:09 -0500 Subject: [PATCH] remove unnecessary `!important` in unread rule... thereby showing deleted/removed things again in context view --- files/assets/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 60c384fb4..9edb1e782 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -4933,7 +4933,7 @@ html { display: block; } .comment-anchor:target, .unread { - background: #ffffff22 !important; + background: #ffffff22; padding: 12px; padding-bottom: 4px; } @@ -5377,4 +5377,4 @@ div[id^="reply-edit-"] li > p:first-child { pre { line-height: .5rem; -} \ No newline at end of file +}