mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-13 00:32:40 +01:00
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%;
|
width: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
a {
|
||||||
|
color: var(--topBarLink, $fallback--link);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-inner-nav {
|
.mobile-inner-nav {
|
||||||
|
|
Loading…
Add table
Reference in a new issue