Clean and add main page to src

This commit is contained in:
2025-03-10 11:21:13 +01:00
parent 83508ddcb3
commit 0f3d8d60b1
9 changed files with 16 additions and 241 deletions

View File

@@ -1,15 +0,0 @@
@import "tailwindcss";
@theme {
--font-sans: "Inter", ui-sans-serif, system-ui, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
html,
body {
@apply bg-white dark:bg-gray-950;
@media (prefers-color-scheme: dark) {
color-scheme: dark;
}
}