mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 12:51:24 +08:00
FIX: Update colors for presence plugin
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
.presence-users {
|
.presence-users {
|
||||||
background-color: $secondary;
|
background-color: var(--secondary, $secondary);
|
||||||
color: $primary-medium;
|
color: var(--primary-medium, $primary-medium);
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
span.presence-text {
|
span.presence-text {
|
||||||
|
Reference in New Issue
Block a user