From 80c3e0ddbc1cf6ff33095253e222e82eee1911c2 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Tue, 29 Oct 2024 11:20:11 +0100 Subject: [PATCH] more mod UI tweaks --- ui/mod/css/_communication.scss | 2 +- ui/mod/css/_mod-timeline.scss | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/mod/css/_communication.scss b/ui/mod/css/_communication.scss index 2b1850aac039..1ab15bfaec19 100644 --- a/ui/mod/css/_communication.scss +++ b/ui/mod/css/_communication.scss @@ -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; diff --git a/ui/mod/css/_mod-timeline.scss b/ui/mod/css/_mod-timeline.scss index e03700c29634..17ed896fc208 100644 --- a/ui/mod/css/_mod-timeline.scss +++ b/ui/mod/css/_mod-timeline.scss @@ -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 {