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/pages/_single.scss')
-rw-r--r--assets/sass/pages/_single.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/sass/pages/_single.scss b/assets/sass/pages/_single.scss
index f340e65..214a8ab 100644
--- a/assets/sass/pages/_single.scss
+++ b/assets/sass/pages/_single.scss
@@ -23,10 +23,10 @@
font-family: $title-font;
line-height: 3rem;
overflow-wrap: break-word;
- margin: 1.5rem 1rem 0.5rem;
+ margin: 2rem 1rem 0.25rem;
@include themify($themes) {
- color: themed("single-header-title-color");
+ color: themed("title-color");
}
}