Skip to content
Snippets Groups Projects
Unverified Commit 6951fda0 authored by tusooa's avatar tusooa :zap:
Browse files

Fix mobile nav link text colour

parent 2d99cbc6
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,9 @@
width: 100%;
position: fixed;
box-sizing: border-box;
a {
color: var(--topBarLink, $fallback--link);
}
}
.mobile-inner-nav {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment