ParkerTenBroeck.github.io/sass/theme.scss
2026-01-18 13:57:33 -05:00

15 lines
No EOL
187 B
SCSS

:root {
--bg-0: #1d1d1d;
--bg-1: #131313;
--grey-light: #777;
--grey-dark: #24292E;
--fg-0: #eee;
--fg-1: #ccc;
--fg-2: #999;
--primary: #daa520
}