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

Fix mobile nav link text colour

See merge request pleroma/pleroma-fe!1510
This commit is contained in:
HJ 2022-04-07 21:12:17 +00:00
commit 87311cff09
1 changed files with 3 additions and 0 deletions

View File

@ -99,6 +99,9 @@
width: 100%;
position: fixed;
box-sizing: border-box;
a {
color: var(--topBarLink, $fallback--link);
}
}
.mobile-inner-nav {