summaryrefslogtreecommitdiffstats
path: root/assets/sass/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/style.scss')
-rw-r--r--assets/sass/style.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/sass/style.scss b/assets/sass/style.scss
index fcc493c..91b45a2 100644
--- a/assets/sass/style.scss
+++ b/assets/sass/style.scss
@@ -15,10 +15,11 @@ $regular-font-size: 1.25em; /* 20px / 16px = 1.25em; support text resizing in al
Make sure to leave color_scheme in `config.toml` file empty for granular control
*/
-
+$text-light-color: #676767;
$text-color: #454545;
$heading-color: #404040;
$link-color: #841212;
@import "ed";
@import "syntax";
+@import "customize";