logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 87311cff09fb19978a050b468a59126c4d13fd2f
parent 2d99cbc640f1463f95386c22f189cc6b0b46d05b
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Thu,  7 Apr 2022 21:12:17 +0000

Merge branch 'from/develop/tusooa/mobile-nav-link-col' into 'develop'

Fix mobile nav link text colour

See merge request pleroma/pleroma-fe!1510

Diffstat:

Msrc/components/mobile_nav/mobile_nav.vue3+++
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 {