From d0d3306438306213e43c5a617ee40b3effc6294a Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sun, 17 Dec 2017 16:07:37 +0200 Subject: [PATCH] Set text-shadow on chat messages to display text in same fg/bg colors --- theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme.css b/theme.css index e5f54fe..6a9b432 100644 --- a/theme.css +++ b/theme.css @@ -194,6 +194,10 @@ body { color: #fff; } +#chat .msg { + text-shadow: 1px 1px 0 rgba(50, 50, 50, 0.5); +} + #chat.colored-nicks .user.color-1, #chat.colored-nicks .user.color-17 { color: #ef4657;