fix: Theme switch --navlink colour

This commit is contained in:
Leni Aniva 2024-10-15 19:16:20 -07:00
parent 3a8a9c8105
commit 581c122c82
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 1 additions and 1 deletions

View File

@ -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;