From e462e97460b952f6bf03e38e93c9dfd3333058f3 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sun, 15 Dec 2019 20:06:20 +0200 Subject: [PATCH] Fix motd background --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index bb38c4f..44bb2e2 100644 --- a/theme.css +++ b/theme.css @@ -277,7 +277,7 @@ body { color: #f0c079; } -#chat .msg.motd .text, +#chat .msg[data-type="motd"] .text, #chat .toggle-content { background-color: var(--background-light-color); }