comments yo
This commit is contained in:
mgabdev
2020-05-05 01:16:01 -04:00
parent 498f163880
commit 01bb440385
19 changed files with 234 additions and 73 deletions

View File

@@ -152,7 +152,9 @@ body {
}
.statusContent a,
.dangerousContent a {
.dangerousContent a,
.statusContent a *,
.dangerousContent a * {
color: var(--color_brand);
text-decoration: none;
}
@@ -792,6 +794,10 @@ body {
visibility: hidden;
}
.highlightedComment {
background-color: rgba(224, 234, 66, .3);
}
.searchInput::placeholder {
color: rgba(255,255,255,0.65);
opacity: 1;