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

_bgcolor.scss « components « sass « assets - github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8fd5f68ccbcfcbefa77590764f3f6b00b08a96b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
.bgcolor {
  @include themify($themes) {
    &__header {
      background-color: themed('single-header-title-background-color');
    }

    &__breadcrumb {
      background-color: themed('breadcrumb-background-color');
    }
  }
}