Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvjeantet <valere.jeantet@gmail.com>2020-07-27 03:58:19 +0300
committervjeantet <valere.jeantet@gmail.com>2020-07-27 03:58:19 +0300
commite20d414cdc22781c595260c34bf92d886b256539 (patch)
treea1543e71ec4ca67583a115c40190dd6edd693aeb /assets/sass
parentbd76f820038e5354fcb8cf95faf13a9e49f91f5b (diff)
fix header color
Diffstat (limited to 'assets/sass')
-rw-r--r--assets/sass/main.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/sass/main.scss b/assets/sass/main.scss
index 7e88708..8681259 100644
--- a/assets/sass/main.scss
+++ b/assets/sass/main.scss
@@ -16,7 +16,7 @@ $c_light3 : lighten($color_main, 50%);
$c_light4 : lighten($color_main, 60%);
$c_dark1 : darken($color_main, 15%);
-$c_dark2 : darken($color_main, 30%);
+$c_dark2 : darken($color_main, 25%);
$c_dark3 : darken($color_main, 45%);
$c_dark4 : darken($color_main, 50%);