set fall back value of border color

This commit is contained in:
Brenden Bice 2019-04-05 03:35:22 -04:00
parent 5be03eb161
commit db2733b265

View file

@ -625,7 +625,7 @@ a.unmute {
.favs-repeated-title {
margin-bottom: 8px;
& > span {
border-bottom: 1px solid var(--text);
border-bottom: 1px solid var(--text, $fallback--lightText);
}
}
}