mirror of
https://iceshrimp.dev/iceshrimp/akkoma-fe.git
synced 2025-12-16 16:33:03 +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%;
|
||||
position: fixed;
|
||||
box-sizing: border-box;
|
||||
a {
|
||||
color: var(--topBarLink, $fallback--link);
|
||||
}
|
||||
}
|
||||
|
||||
.mobile-inner-nav {
|
||||
|
|
|
|||
Loading…
Reference in a new issue