User Flairs
This commit is contained in:
@ -253,7 +253,7 @@ a:not(.post_right):hover {
|
||||
display: none;
|
||||
}
|
||||
|
||||
small {
|
||||
.post_flair {
|
||||
background: aqua;
|
||||
color: black;
|
||||
padding: 5px;
|
||||
@ -292,6 +292,16 @@ small {
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.author_flair {
|
||||
background: var(--highlighted);
|
||||
color: white;
|
||||
padding: 5px;
|
||||
margin-right: 5px;
|
||||
border-radius: 5px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.comment_upvote {
|
||||
margin-top: 0.5em;
|
||||
border-radius: 5px 5px 0px 0px;
|
||||
|
Reference in New Issue
Block a user