aboutsummaryrefslogtreecommitdiff
path: root/src/components/mobile_nav/mobile_nav.vue
diff options
context:
space:
mode:
authorTusooa Zhu <tusooa@kazv.moe>2022-04-07 15:56:05 -0400
committerTusooa Zhu <tusooa@kazv.moe>2022-04-07 15:59:03 -0400
commit6951fda0d6ad277153457a44c73eedc4edc0a927 (patch)
treedcafad5f056fe2c9dfbfea8e977e13b7e99bc795 /src/components/mobile_nav/mobile_nav.vue
parent2d99cbc640f1463f95386c22f189cc6b0b46d05b (diff)
Fix mobile nav link text colour
Diffstat (limited to 'src/components/mobile_nav/mobile_nav.vue')
-rw-r--r--src/components/mobile_nav/mobile_nav.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/mobile_nav/mobile_nav.vue b/src/components/mobile_nav/mobile_nav.vue
index 0f0ea457..f5279b3e 100644
--- 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 {