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

13 lines
203 B
CSS

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