forked from AkkomaGang/akkoma-fe
Fix mobile nav link text colour
This commit is contained in:
parent
2d99cbc640
commit
6951fda0d6
1 changed files with 3 additions and 0 deletions
|
@ -99,6 +99,9 @@
|
|||
width: 100%;
|
||||
position: fixed;
|
||||
box-sizing: border-box;
|
||||
a {
|
||||
color: var(--topBarLink, $fallback--link);
|
||||
}
|
||||
}
|
||||
|
||||
.mobile-inner-nav {
|
||||
|
|
Loading…
Reference in a new issue