This commit is contained in:
2026-03-04 18:00:26 +01:00
parent 86cfe54f6e
commit c8c4d1e97d
17 changed files with 604 additions and 210 deletions
+8 -21
View File
@@ -1,26 +1,13 @@
@import "tailwindcss";
:root {
--background: #ffffff;
--foreground: #171717;
}
@import "../../twui/components/base.css";
@theme inline {
--color-background: var(--background);
--color-foreground: var(--foreground);
--font-sans: var(--font-geist-sans);
--font-mono: var(--font-geist-mono);
}
--breakpoint-xs: 350px;
@media (prefers-color-scheme: dark) {
:root {
--background: #0a0a0a;
--foreground: #ededed;
}
}
--color-background-light: #ffffff;
--color-foreground-light: #171717;
--color-background-dark: #0c0e11;
--color-foreground-dark: #ededed;
body {
background: var(--background);
color: var(--foreground);
font-family: Arial, Helvetica, sans-serif;
--color-price: #16946a;
--color-price-dark: #77ceb1;
}