diff --git a/files/assets/css/TheMotte.css b/files/assets/css/TheMotte.css index 56884ebe1..3a4e7e07d 100644 --- a/files/assets/css/TheMotte.css +++ b/files/assets/css/TheMotte.css @@ -178,7 +178,7 @@ div.deleted.removed { background-color: var(--gray) !important; } .comment-anchor:target, .unread { - background: #2280B310 !important; + background: #2280B310; } #frontpage .posts .card, #userpage .posts .card, #search .posts .card { border: none; 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 +}