fix: Theme switch --navlink colour
This commit is contained in:
parent
3a8a9c8105
commit
581c122c82
|
@ -110,7 +110,7 @@ a, button {
|
||||||
.dark a:not(.disabled-link),button {
|
.dark a:not(.disabled-link),button {
|
||||||
text-shadow: 0 0 5px;
|
text-shadow: 0 0 5px;
|
||||||
}
|
}
|
||||||
.nav-link {
|
.nav-link, .nav-link * {
|
||||||
color: var(--navlink);
|
color: var(--navlink);
|
||||||
@apply text-lg;
|
@apply text-lg;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
Loading…
Reference in New Issue