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 5 additions and 0 deletions
Showing only changes of commit 20f663e654 - Show all commits

View File

@ -107,6 +107,11 @@
gap: 20px;
}
}
@media (prefers-color-scheme: dark) {
:global(a), :global(button) {
text-shadow: 0 0 5px theme('colors.eucalyptus.400');
}
}
main {
width: min(100vw, max(50vw, 100vh));
grid-area: content;