remove unnecessary !important in unread rule...

thereby showing deleted/removed things again in context view
This commit is contained in:
justcool393 2023-07-13 14:57:23 -07:00 committed by GitHub
parent 8191d5a4cf
commit 1b590cefd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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

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