Files
backerup-website/frontend/app/globals.css
T
Anders Böttcher 50566f2a22 Initial Commit
2026-05-11 23:39:16 +02:00

19 lines
378 B
CSS

@import "tailwindcss";
:root {
--background: #0b0f1a;
--foreground: #e2e8f0;
}
@theme inline {
--color-background: var(--background);
--color-foreground: var(--foreground);
--font-sans: var(--font-geist-sans);
--font-mono: var(--font-geist-mono);
}
body {
background: var(--background);
color: var(--foreground);
font-family: Arial, Helvetica, sans-serif;
}