use global fallback variable
This commit is contained in:
parent
7dea2d470e
commit
c361b41641
1 changed files with 1 additions and 1 deletions
|
@ -644,7 +644,7 @@ a.unmute {
|
|||
margin-right: 10px;
|
||||
|
||||
.stat-title {
|
||||
color: var(--faint, rgba(185, 185, 186, 0.5));
|
||||
color: var(--faint, $fallback--faint);
|
||||
font-weight: lighter;
|
||||
font-size: 12px;
|
||||
text-transform: uppercase;
|
||||
|
|
Loading…
Reference in a new issue