From e5b741b65f8ccb21135ddc22078f355025b184db Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Wed, 29 Jul 2020 23:33:50 +0300 Subject: [PATCH] Keep motd style for backwards compat --- theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.css b/theme.css index 947307f..dfa4e47 100644 --- a/theme.css +++ b/theme.css @@ -282,6 +282,7 @@ body { color: #f0c079; } +#chat .msg[data-type="motd"] .text, /* thelounge <= 4.2.0-pre.2 */ #chat .msg[data-type="monospace_block"] .text, #chat .toggle-content { background-color: var(--background-light-color);