website/assets/theme/light.css
Corentin Risselin 56d40196d6 Initial commit
2019-12-31 06:03:44 +09:00

8 lines
No EOL
153 B
CSS

:root
{
--main-bg-color: #eee;
--main-fg-color: #333;
--main-primary-color: hsl(213, 35%, 45%);
--light-primary-color: hsl(213, 35%, 65%);
}