fix /chat on transparent theme

pull/31/head
Aevann1 2022-11-29 07:00:46 +02:00
parent c47dae86ec
commit 03c3238331
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
--background: transparent;
}
.container {
.container, #root > div.App {
background: rgba(28, 34, 41, 0.90) !important;
}