feat: Dark mode #15

Merged
aniva merged 15 commits from styling/dark-mode into main 2024-10-15 19:32:16 -07:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 581c122c82 - Show all commits

View File

@ -110,7 +110,7 @@ a, button {
.dark a:not(.disabled-link),button {
text-shadow: 0 0 5px;
}
.nav-link {
.nav-link, .nav-link * {
color: var(--navlink);
@apply text-lg;
font-weight: 500;