Files
cms.fellies.org/apps/web/src/app/globals.css
2026-02-10 01:25:57 +01:00

13 lines
203 B
CSS

@import "tailwindcss";
:root {
--background: #ffffff;
--foreground: #171717;
}
body {
background: var(--background);
color: var(--foreground);
font-family: "Geist", "Segoe UI", sans-serif;
}