chat: fix coloring with dark background, and scrolling chattext when new message come in

This commit is contained in:
Sebastian Castro 2020-04-17 09:57:50 +02:00 committed by muxator
parent 780eaad573
commit 3e12b6d132
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
#chatbox {
background-color: transparent !important;
color: var(--text-color);
}
.chat-content {
background: none;