Fix mobile nav link text colour

This commit is contained in:
Tusooa Zhu 2022-04-07 15:56:05 -04:00
parent 2d99cbc640
commit 6951fda0d6
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 3 additions and 0 deletions

View File

@ -99,6 +99,9 @@
width: 100%;
position: fixed;
box-sizing: border-box;
a {
color: var(--topBarLink, $fallback--link);
}
}
.mobile-inner-nav {