forked from rDrama/rDrama
1
0
Fork 0

unify highlighting css selectors

master
Aevann 2023-06-30 22:03:11 +03:00
parent 8f9367ed93
commit 1e3f48e31f
6 changed files with 5 additions and 9 deletions

View File

@ -138,10 +138,6 @@ blockquote a {
color: #117743 !important;
}
.comment-anchor:target, .unread {
background: #ffffff88 !important;
}
.sidebar
{
border-radius: 6px;

View File

@ -177,7 +177,7 @@ blockquote a {
color: skyblue;
}
.unread {
*:target, .unread {
background-color: #9994 !important;
}

View File

@ -91,7 +91,7 @@ blockquote {
color: #cfcfcf !important;
}
.comment-anchor:target, .unread {
*:target, .unread {
background: #ffffff88 !important;
}

View File

@ -76,7 +76,7 @@ blockquote {
color: var(--gray-400) !important;
}
.comment-anchor:target, .unread {
*:target, .unread {
background: #dddddd !important;
}

View File

@ -152,7 +152,7 @@ blockquote {
color: #cfcfcf !important;
}
.comment-anchor:target, .unread {
*:target, .unread {
background: #ffffffaa !important;
}

View File

@ -1,7 +1,7 @@
blockquote {
color: var(--gray-400);
}
.comment-anchor:target, .unread {
*:target, .unread {
background: #00000022 !important;
}
.deleted {