From 6ba5441c60bf4a8558de6fa9436001f596dc59ea Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Fri, 13 Apr 2018 17:24:34 +0300 Subject: [PATCH] Increase some color contrasts --- theme.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/theme.css b/theme.css index dadb66e..bf9a48e 100644 --- a/theme.css +++ b/theme.css @@ -140,12 +140,12 @@ body { } #sidebar .chan.lobby { - color: var(--link-color); + color: #3d99db; } #sidebar .chan.lobby .lobby-wrap:hover, #sidebar .chan.lobby.active { - color: #3d99db; + color: #93c7eb; } #sidebar .network, @@ -177,8 +177,9 @@ body { background-color: var(--background-light-color); } +#chat .self .text, #chat .time { - color: #586e75; + color: #8ba1a7; } #chat .user-mode::before, @@ -261,7 +262,7 @@ body { #chat.colored-nicks .user.color-13, #chat.colored-nicks .user.color-29 { - color: #8a46f0; + color: #975af2; } #chat.colored-nicks .user.color-14,