mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-07 05:18:40 -04:00
14 lines
No EOL
155 B
SCSS
14 lines
No EOL
155 B
SCSS
|
|
|
|
:root {
|
|
--bg-0: #1d1d1d;
|
|
--bg-1: #131313;
|
|
|
|
--grey: #777;
|
|
|
|
--fg-0: #eee;
|
|
--fg-1: #ccc;
|
|
--fg-2: #999;
|
|
|
|
--primary: #daa520
|
|
} |