scrape / app /globals.css
kjbytes's picture
push code
ef4c36f
Raw
History Blame Contribute Delete
381 Bytes
@import "tailwindcss";
:root {
--background: #fafafa;
--foreground: #18181b;
}
@theme inline {
--color-background: var(--background);
--color-foreground: var(--foreground);
--font-sans: ui-sans-serif, system-ui, sans-serif;
--font-anton: var(--font-anton);
--font-oswald: var(--font-oswald);
}
body {
background: var(--background);
color: var(--foreground);
}