FIX: Update colors for presence plugin
This commit is contained in:
parent
77a9c6aa80
commit
89209985c8
|
@ -1,6 +1,6 @@
|
|||
.presence-users {
|
||||
background-color: $secondary;
|
||||
color: $primary-medium;
|
||||
background-color: var(--secondary, $secondary);
|
||||
color: var(--primary-medium, $primary-medium);
|
||||
display: flex;
|
||||
|
||||
span.presence-text {
|
||||
|
|
Loading…
Reference in New Issue