blog/sass/theme/light.scss
Joe Ardent d5d971da3b mvp
2022-11-11 17:07:47 -08:00

11 lines
No EOL
181 B
SCSS

:root {
--text-0: rgba(0, 0, 0, 87%);
--text-1: rgba(0, 0, 0, 66%);
--bg-0: #fff;
--bg-1: #f2f2f2;
--bg-2: #fefefe;
--primary-color: #ef5350;
--hover-color: white;
}