From 98eb2b02f633d30fdc1a327476e7a3247dae5de2 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Mon, 27 Jul 2020 17:31:35 +0300 Subject: [PATCH] Update for monospace_block style --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index f9b58c8..947307f 100644 --- a/theme.css +++ b/theme.css @@ -282,7 +282,7 @@ body { color: #f0c079; } -#chat .msg[data-type="motd"] .text, +#chat .msg[data-type="monospace_block"] .text, #chat .toggle-content { background-color: var(--background-light-color); }