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/layout/_header.scss')
-rw-r--r--assets/sass/layout/_header.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/sass/layout/_header.scss b/assets/sass/layout/_header.scss
index a398046..389fbc9 100644
--- a/assets/sass/layout/_header.scss
+++ b/assets/sass/layout/_header.scss
@@ -1,3 +1,9 @@
+.top {
+ @include themify($themes) {
+ background-color: themed('single-header-title-background-color');
+ }
+}
+
.header {
@include flexbox();
@include justify-content(center);
@@ -8,6 +14,12 @@
font-family: $title-font;
font-weight: 900;
}
+
+ &__wrapper {
+ @include themify($themes) {
+ border-bottom: 1px solid themed('border-line-color');
+ }
+ }
}
.blog-header {