Fix motd background

This commit is contained in:
Pavel Djundik 2019-12-15 20:06:20 +02:00
parent e2184fe65b
commit e462e97460
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}