commit: 6951fda0d6ad277153457a44c73eedc4edc0a927
parent 2d99cbc640f1463f95386c22f189cc6b0b46d05b
Author: Tusooa Zhu <tusooa@kazv.moe>
Date: Thu, 7 Apr 2022 15:56:05 -0400
Fix mobile nav link text colour
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/components/mobile_nav/mobile_nav.vue b/src/components/mobile_nav/mobile_nav.vue
@@ -99,6 +99,9 @@
width: 100%;
position: fixed;
box-sizing: border-box;
+ a {
+ color: var(--topBarLink, $fallback--link);
+ }
}
.mobile-inner-nav {