Sha256: 024cba570b8f7d0525470ada0288b0d0fc11ed511928af86c9a2019f404ac55b
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 KB
Contents
// // Headlines // ---------------------------------------- .dark { h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { &.underline, &.cluster { border-color: $heading-border-color; } &.cluster { color: $font-color-light; } small, .small { color: $font-color-light; } } dfn, abbr, abbr[title] { background-image: $dfn-background-image; } mark { background-color: $marked-bgr-color; color: $marked-font-color; } .text-positive { @include emphasis-variant($font-color-positive); } .text-warning { @include emphasis-variant($font-color-warning); } .text-negative { @include emphasis-variant($font-color-negative); } .text-brand { @include emphasis-variant($font-color-brand); } .text-inactive { @include emphasis-variant($font-color-inactive, true); } // // Lists // ---------------------------------------- .list-unordered-brand > li:before { color: $font-color-brand; } .list-ordered-brand > li:before { color: $font-color-brand; } // // Blockquote // ---------------------------------------- .figure { border-left: $quote-figure-border-left; } .quote-list { .quote-list-item { border-left: $quote-figure-border-left; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
doc-msp-theme-0.1.0 | _sass/themes/dark-theme/_type.scss |