24 lines
400 B
SCSS
24 lines
400 B
SCSS
/*
|
|
Common Variables
|
|
|
|
Feel free to change!
|
|
*/
|
|
|
|
|
|
/*
|
|
Color
|
|
|
|
Make sure to leave colorScheme in `config.toml` file empty for granular control
|
|
*/
|
|
$text-light-color: #676767;
|
|
$text-color: #2a2429;
|
|
$heading-color: $text-color;
|
|
$link-color: #0e2d88;
|
|
|
|
// - - - - - - - - - - Global styles
|
|
@import "fonts";
|
|
@import "ed";
|
|
@import "syntax";
|
|
@import "form-elements";
|
|
@import "customize";
|
|
@import "themes";
|