initial commit and test statements to test everything

This commit is contained in:
2026-01-16 12:07:04 +01:00
parent 81dfebd77f
commit 0672e4b2c5
6 changed files with 359 additions and 62 deletions

View File

@@ -5,12 +5,12 @@
--foreground: #171717;
}
@theme inline {
/* @theme inline {
--color-background: var(--background);
--color-foreground: var(--foreground);
--font-sans: var(--font-geist-sans);
--font-mono: var(--font-geist-mono);
}
} */
@media (prefers-color-scheme: dark) {
:root {