forked from AkkomaGang/akkoma-fe
Indicator for active timeline in desktop nav
This commit is contained in:
parent
26033e62b8
commit
f3de693f0e
1 changed files with 12 additions and 0 deletions
|
@ -93,6 +93,18 @@
|
|||
margin-left: 2em;
|
||||
}
|
||||
|
||||
&.router-link-active {
|
||||
font-size: 1.2em;
|
||||
margin-top: 0.05em;
|
||||
|
||||
.svg-inline--fa {
|
||||
font-weight: bolder;
|
||||
color: $fallback--text;
|
||||
color: var(--selectedMenuText, $fallback--text);
|
||||
--lightText: var(--selectedMenuLightText, $fallback--lightText);
|
||||
}
|
||||
}
|
||||
|
||||
.svg-inline--fa {
|
||||
color: $fallback--link;
|
||||
color: var(--topBarLink, $fallback--link);
|
||||
|
|
Loading…
Reference in a new issue