Use panel text instead of text for shoutbox icon
This commit is contained in:
parent
0e56ac1c2b
commit
6de87e8b65
@ -98,7 +98,7 @@
|
||||
|
||||
.icon {
|
||||
color: $fallback--text;
|
||||
color: var(--text, $fallback--text);
|
||||
color: var(--panelText, $fallback--text);
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user