blog/sass/theme/light.scss

11 lines
181 B
SCSS
Raw Normal View History

2022-11-12 01:07:47 +00:00
: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;
}