mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 11:56:57 +08:00
Make chat background dark
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user