forked from AkkomaGang/akkoma-fe
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:
commit
87311cff09
1 changed files with 3 additions and 0 deletions
|
@ -99,6 +99,9 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
a {
|
||||||
|
color: var(--topBarLink, $fallback--link);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-inner-nav {
|
.mobile-inner-nav {
|
||||||
|
|
Loading…
Reference in a new issue