updated collapsible
This commit is contained in:
parent
d8096e6e31
commit
9a32cc5f5c
3 changed files with 5 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
h4
|
||||
h4[id="timestamp"], h4[id="playlist"]
|
||||
cursor: pointer
|
||||
&:after
|
||||
content: "▸"
|
||||
|
|
|
|||
|
|
@ -85,9 +85,11 @@ div#postamble
|
|||
font-size: 0.9em
|
||||
|
||||
.outline-3
|
||||
margin-bottom: 3em
|
||||
margin-left: .5em
|
||||
|
||||
.outline-4
|
||||
margin-bottom: 2em
|
||||
margin-left: 1em
|
||||
|
||||
/* Table of Contents Link */
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ $default-header-colors: ()
|
|||
$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, h3, $quinary-color)
|
||||
$default-header-colors: map.set($default-header-colors, h4, $quaternary-color)
|
||||
$default-header-colors: map.set($default-header-colors, h4, $tertiary-color)
|
||||
|
||||
// Initialize empty maps
|
||||
$default-header-margins-sides: ()
|
||||
|
|
@ -71,7 +71,7 @@ $default-header-margins-sides: map.set($default-header-margins-sides, h6, (left:
|
|||
$default-header-margins-vertical: map.set($default-header-margins-vertical, h1, (top: 1em, bottom: 0.5em))
|
||||
$default-header-margins-vertical: map.set($default-header-margins-vertical, h2, (top: 1em, bottom: 0em))
|
||||
$default-header-margins-vertical: map.set($default-header-margins-vertical, h3, (top: 0em, bottom: 0.5em))
|
||||
$default-header-margins-vertical: map.set($default-header-margins-vertical, h4, (top: 0em, bottom: 0.5em))
|
||||
$default-header-margins-vertical: map.set($default-header-margins-vertical, h4, (top: 0em, bottom: 0em))
|
||||
$default-header-margins-vertical: map.set($default-header-margins-vertical, h5, (top: 1em, bottom: 0.5em))
|
||||
$default-header-margins-vertical: map.set($default-header-margins-vertical, h6, (top: 1em, bottom: 0.5em))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue