Skip to content

Commit

Permalink
more mod UI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Oct 29, 2024
1 parent dc3bc90 commit 80c3e0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/mod/css/_communication.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
.threads .post.author {
opacity: 1;
cursor: pointer;
border-bottom: 1px dashed $c-accent;
border-bottom: 1px dashed $m-accent--fade-50;
min-width: 6ch;
&:hover {
background: $m-accent--fade-80;
Expand Down
3 changes: 2 additions & 1 deletion ui/mod/css/_mod-timeline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@
}
.mod-timeline__event:has(i.moderator) {
.user-link,
.user-link i {
.user-link i.line {
color: $c-brag;
opacity: 0.7;
}
}
.mod-timeline__event__action {
Expand Down

0 comments on commit 80c3e0d

Please sign in to comment.