mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FIX: Update colors for presence plugin
This commit is contained in:
parent
77a9c6aa80
commit
89209985c8
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue