feat: add empty page color support with new CSS file and update index.html

This commit is contained in:
Alexander
2026-02-28 17:38:29 +03:00
parent 14e65d0ea0
commit 243c299b4a
3 changed files with 10 additions and 4 deletions

View File

@@ -1,7 +1,3 @@
@import "tailwindcss";
@media (prefers-color-scheme: dark) {
body { background: black; color: white; }
}
@custom-variant dark (&:where(.dark, .dark *));