Files
lootakalenteri-frontend/app/globals.css

9 lines
130 B
CSS

:root {
--background: #ffffff;
--foreground: #171717;
}
body {
color: var(--foreground);
background: var(--background);
}