mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
Admin chat users list have unreadable white color (#2765)
This commit is contained in:
parent
783d9bc890
commit
819c5ccaf4
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
|||
outline: none;
|
||||
}
|
||||
.user-item-container .display-name {
|
||||
color: var(--theme-color-palette-4);
|
||||
color: var(--theme-color-palette-2);
|
||||
border-bottom: 1px dotted var(--theme-color-palette-10);
|
||||
}
|
||||
.user-item-container:hover .display-name {
|
||||
|
|
Loading…
Reference in a new issue