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

_blog.scss « pages « sass « assets - github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 77ad5263c98a6ceeb87af6ef8af1a27d18b7744c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.blog {
  @include themify($themes) {
    background-color: themed('body-background-color');
  }

  &__bg {
    @include themify($themes) {
      background-color: themed('body-background-color');
    }
  }
  
  &__header {
    @include flexbox();
    @include justify-content(center);
    @include align-items(center);
  }
}