forked from rDrama/rDrama
1
0
Fork 0

fix #context color

master
Aevann1 2022-12-19 21:52:08 +02:00
parent e3a4b50c34
commit e73bdd14f6
1 changed files with 6 additions and 6 deletions

View File

@ -1,14 +1,14 @@
blockquote {
color: var(--gray-400);
}
.unread {
background: #00000022 !important;
.comment-anchor:target, .unread {
background: #00000022 !important;
}
.deleted {
background-color: #bebe28 !important;
border-left: 10px solid #bebe28 !important;
background-color: #bebe28 !important;
border-left: 10px solid #bebe28 !important;
}
.banned {
background-color: #ff7e7e !important;
border-left: 10px solid #ff7e7e !important;
background-color: #ff7e7e !important;
border-left: 10px solid #ff7e7e !important;
}