mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-19 15:40:57 +00:00
Highlight Post Authors in Comments
This commit is contained in:
parent
b1071e9579
commit
b1a572072c
5 changed files with 11 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue