Make chat background dark

This commit is contained in:
Gabe Kangas
2023-01-18 19:16:03 -08:00
parent a92175aaed
commit a6bcabebbf
4 changed files with 11 additions and 10 deletions

View File

@ -2,9 +2,10 @@
.chatModerationNotification {
background-color: var(--theme-background-primary);
color: var(--theme-color-components-chat-text);
margin: 5px;
border-radius: 15px;
border-color: rgba(0, 0, 0, 0.3);
border-color: var(--theme-color-components-text-on-dark);
border-width: 1px;
border-style: solid;
padding: 10px 10px;