initial implementation

This commit is contained in:
2025-01-26 01:22:33 +00:00
parent 8b4c9ea6ee
commit 672917ac92
14 changed files with 538 additions and 212 deletions

View File

@@ -4,9 +4,9 @@
html,
body {
@apply bg-white dark:bg-gray-950;
@apply bg-white dark:bg-neutral-900;
@media (prefers-color-scheme: dark) {
color-scheme: dark;
}
@media (prefers-color-scheme: dark) {
color-scheme: dark;
}
}