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

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/themes/_light.scss')
-rw-r--r--assets/sass/themes/_light.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/sass/themes/_light.scss b/assets/sass/themes/_light.scss
index f03b266..4ff33f2 100644
--- a/assets/sass/themes/_light.scss
+++ b/assets/sass/themes/_light.scss
@@ -42,9 +42,11 @@ $light: (
single-hr-background-color: #bdbdbd,
single-blockquote-border-color: #bdbdbd,
single-header-title-background-color: #eee,
- single-contents-title-color: #607d8b,
+ single-contents-title-color: lighten(#424242, 4%),
expand-background-color: #f7f8f9,
expand-background-color-hover: darken(#f7f8f9, 3%),
tag-num-background-color: #bdbdbd,
tag-text-background-color: #eee,
+ content-box-border-color: #aaa,
+ content-box-background-color: #eeeeee,
); \ No newline at end of file