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 e8ef1d6a0e - Show all commits

View File

@ -109,7 +109,7 @@
}
@media (prefers-color-scheme: dark) {
:global(a), :global(button) {
text-shadow: 0 0 5px theme('colors.eucalyptus.400');
text-shadow: 0 0 5px;
}
}
main {