8 lines
199 B
SCSS
8 lines
199 B
SCSS
// Default Colors
|
|
$theme: hsl(172, 99%, 26%);
|
|
$text: hsl(204, 28%, 93%);
|
|
$light-grey: #494f5c;
|
|
$dark-grey: #3B3E48;
|
|
$highlight-grey: #7d828a;
|
|
$midnightblue: #2c3e50;
|
|
$typewriter: hsl(172, 100%, 36%); |