use global fallback variable

This commit is contained in:
Brenden Bice 2019-04-05 14:55:19 -04:00
parent 7dea2d470e
commit c361b41641
1 changed files with 1 additions and 1 deletions

View File

@ -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;