fix chat in midnight theme

pull/54/head
Aevann1 2022-12-07 09:52:54 +02:00
parent 14aaed820c
commit 3f6d2be5f6
1 changed files with 2 additions and 2 deletions

View File

@ -22,11 +22,11 @@
body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textarea {
body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textarea, #root > div.App {
background-color: var(--gray-600) !important;
}
.transparent, #login {
.transparent, #login, .App-side {
background: None !important;
}