Skip to content

Commit c266937

Browse files
committed
Adjust TOC aesthetic
Signed-off-by: lucperkins <[email protected]>
1 parent 15e8164 commit c266937

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

assets/sass/helpers.sass

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030

3131
.toc
3232
position: fixed
33+
border-left: 3px solid $primary
34+
padding: 1.5rem 0 1.5rem 2rem
3335

3436
&-content
3537
font-weight: 300

layouts/_default/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<div class="column is-one-third is-hidden-mobile">
2424
<div class="toc">
2525
<p class="title">
26-
<span class="icon has-text-grey">
26+
<span class="icon has-text-grey-light">
2727
<i class="fas fa-list-ul"></i>
2828
</span>
2929
&nbsp;

0 commit comments

Comments
 (0)