Files
willfullyobtuse.com/sass/theme/light.scss
James Brechtel 09a3261fc4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Tweaks - profile pic, extracting more templates, rel
I added the rel=me to the Mastodon link for verification
I added profile pics but haven't actually used them on the pages anywhere
I pulled in a lot of the CSS from the template so I could start to
modify it
2022-11-22 07:28:22 -05:00

11 lines
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;
}