moved outline-6 over, added coloring for h5 and h6
This commit is contained in:
parent
9a1a53af49
commit
2aa7a1945e
2 changed files with 7 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
@include mixins-basic.remove-section-number(h5)
|
@include mixins-basic.remove-section-number(h5)
|
||||||
@include mixins-basic.remove-section-number(h2)
|
@include mixins-basic.remove-section-number(h2)
|
||||||
@include mixins-basic.remove-section-number(h4)
|
@include mixins-basic.remove-section-number(h4)
|
||||||
|
@include mixins-basic.remove-section-number(h6)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* NOTE
|
* NOTE
|
||||||
|
|
@ -112,7 +113,10 @@ div#postamble
|
||||||
|
|
||||||
.outline-5
|
.outline-5
|
||||||
margin-bottom: .2em
|
margin-bottom: .2em
|
||||||
margin-left: .7em
|
margin-left: 1em
|
||||||
|
|
||||||
|
.outline-6
|
||||||
|
margin-left: 1.2em
|
||||||
|
|
||||||
ul
|
ul
|
||||||
padding-top: 0
|
padding-top: 0
|
||||||
|
|
|
||||||
|
|
@ -62,6 +62,8 @@ $default-header-colors: map.set($default-header-colors, h1, $primary-color)
|
||||||
$default-header-colors: map.set($default-header-colors, h2, $secondary-color)
|
$default-header-colors: map.set($default-header-colors, h2, $secondary-color)
|
||||||
$default-header-colors: map.set($default-header-colors, h3, $tertiary-color)
|
$default-header-colors: map.set($default-header-colors, h3, $tertiary-color)
|
||||||
$default-header-colors: map.set($default-header-colors, h4, $quaternary-color)
|
$default-header-colors: map.set($default-header-colors, h4, $quaternary-color)
|
||||||
|
$default-header-colors: map.set($default-header-colors, h5, $tertiary-color)
|
||||||
|
$default-header-colors: map.set($default-header-colors, h6, $quinary-color)
|
||||||
|
|
||||||
// Initialize empty maps
|
// Initialize empty maps
|
||||||
$default-header-margins-sides: ()
|
$default-header-margins-sides: ()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue