remove unnecessary !important in unread rule...

thereby showing deleted/removed things again in context view
This commit is contained in:
justcool393 2023-07-12 11:26:09 -05:00
parent 6fde14a92c
commit 560c630089

View file

@ -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;
}
}