From fa58499d33ddc4d44e50eede68a7ac9e3561cc05 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Fri, 13 Apr 2018 12:27:57 +0300 Subject: [PATCH] Invert preview background in highlight messages --- theme.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/theme.css b/theme.css index f76ee12..f37d585 100644 --- a/theme.css +++ b/theme.css @@ -279,6 +279,11 @@ body { color: #f0c079; } +#chat .toggle-content { + background-color: var(--background-light-color); + color: #99a2b4; +} + #chat .msg .text .user { border-bottom: 1px dotted #555; } @@ -296,6 +301,10 @@ body { color: inherit; } +#chat .channel .highlight .toggle-content { + background-color: var(--background-dark-color); +} + #windows .header .topic, #chat table.channel-list td { color: #999; @@ -308,11 +317,6 @@ body { border-bottom-color: var(--background-light-color); } -#chat .toggle-content { - background-color: var(--background-light-color); - color: #99a2b4; -} - #chat .toggle-button:hover { color: #fff; opacity: 1;