You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
431 B
SCSS
28 lines
431 B
SCSS
1 year ago
|
//// original green
|
||
|
// $background: #86A466;
|
||
|
//
|
||
|
// $highlight: #e97c5e;
|
||
|
// $secondary: #e97793;
|
||
|
//
|
||
|
// $highlight-text: black;
|
||
|
// $text: black;
|
||
|
|
||
|
// mono green black
|
||
|
$background: #82AE9F;
|
||
|
|
||
|
$highlight: #13140F;
|
||
|
// $secondary: #777395;
|
||
|
$secondary: white;
|
||
|
|
||
|
$highlight-text: white;
|
||
|
$text: black;
|
||
|
|
||
|
// // pastell green
|
||
|
// $background: #7FC6B8;
|
||
|
|
||
|
// $highlight: #40B3A2;
|
||
|
// $secondary: #E27D5F;
|
||
|
|
||
|
// $highlight-text: black;
|
||
|
// $text: black;
|