Highlight Post Authors in Comments

This commit is contained in:
spikecodes 2020-12-21 08:38:24 -08:00
parent b1071e9579
commit b1a572072c
5 changed files with 11 additions and 4 deletions

View file

@ -307,6 +307,11 @@ a:not(.post_right):hover {
opacity: 0.9;
}
.comment_author.op {
color: aqua;
font-weight: bold;
}
.author_flair {
background: var(--highlighted);
color: white;