diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-04-07 15:56:05 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-04-07 15:59:03 -0400 |
| commit | 6951fda0d6ad277153457a44c73eedc4edc0a927 (patch) | |
| tree | dcafad5f056fe2c9dfbfea8e977e13b7e99bc795 /src/components/mobile_nav/mobile_nav.vue | |
| parent | 2d99cbc640f1463f95386c22f189cc6b0b46d05b (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.vue | 3 |
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 { |
