From 239e592dc93aacf8688d42f68cf0f5239e772b8a Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 7 Mar 2021 10:07:17 +0100 Subject: Improved username appearance if colored usernames are disabled --- theme.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/theme.css b/theme.css index 362ab02..502e56a 100644 --- a/theme.css +++ b/theme.css @@ -458,6 +458,12 @@ textarea.input { margin-top: 0; } +/* CHAT GENERAL */ + +#chat .user { + color: var(--fg-lo); +} + /* USERLIST */ #chat .userlist { @@ -570,6 +576,10 @@ textarea.input { font-size: 15px; } +#chat:not(.colored-nicks) .msg[data-type="message"] .content .user { + color: var(--color--yellow); +} + #chat .msg[data-type="message"], #chat .msg[data-type="message"] + .msg { margin-top: calc(var(--dim--spacing) * 1.5); -- cgit v1.2.3-70-g09d2