14 lines
385 B
SCSS
14 lines
385 B
SCSS
// Default Colors
|
|
$theme: hsl(172, 99%, 26%) !default;
|
|
$text: hsl(204, 28%, 93%) !default;
|
|
$light-grey: #494f5c !default;
|
|
$dark-grey: #3b3e48 !default;
|
|
$highlight-grey: #7d828a !default;
|
|
$midnightblue: #2c3e50 !default;
|
|
$typewriter: hsl(172, 100%, 36%) !default;
|
|
|
|
// Scroll to Top Default colors
|
|
$stt-stroke: #ccc !default;
|
|
$stt-circle: #3b3e48 !default;
|
|
$stt-arrow: #018574 !default;
|