Skip to content

Commit

Permalink
Provide more dramatic differences between heading levels
Browse files Browse the repository at this point in the history
Signed-off-by: lucperkins <[email protected]>
  • Loading branch information
lucperkins committed Apr 17, 2019
1 parent 9e5065e commit 6a088f7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions assets/sass/toc.sass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$toc-root-font-size: 1.25rem
$toc-root-font-size: 1.3rem
$toc-root-spacing: .25rem

.toc
Expand Down Expand Up @@ -29,19 +29,21 @@ $toc-root-spacing: .25rem
ul
li
font-size: $toc-root-font-size
font-weight: 600

& + li
margin-top: $toc-root-spacing

ul
li
font-size: $toc-root-font-size * 0.9
font-size: $toc-root-font-size * 0.8
margin-left: .5rem

ul
li
font-size: $toc-root-font-size * 0.8
font-weight: 500
font-size: $toc-root-font-size * 0.7

ul
li
font-size: $toc-root-font-size * 0.7
font-size: $toc-root-font-size * 0.6

0 comments on commit 6a088f7

Please sign in to comment.