From daf4927ea437c5bf79ff090eb35e5e3415199094 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 8 May 2022 19:22:45 +0200 Subject: Customize thme --- assets/sass/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'assets/sass/style.scss') 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"; -- cgit v1.2.3