forked from AkkomaGang/akkoma-fe
set fall back value of border color
This commit is contained in:
parent
5be03eb161
commit
db2733b265
1 changed files with 1 additions and 1 deletions
|
@ -625,7 +625,7 @@ a.unmute {
|
||||||
.favs-repeated-title {
|
.favs-repeated-title {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
& > span {
|
& > span {
|
||||||
border-bottom: 1px solid var(--text);
|
border-bottom: 1px solid var(--text, $fallback--lightText);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue