We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e8164 commit c266937Copy full SHA for c266937
assets/sass/helpers.sass
@@ -30,6 +30,8 @@
30
31
.toc
32
position: fixed
33
+ border-left: 3px solid $primary
34
+ padding: 1.5rem 0 1.5rem 2rem
35
36
&-content
37
font-weight: 300
layouts/_default/single.html
@@ -23,7 +23,7 @@
23
<div class="column is-one-third is-hidden-mobile">
24
<div class="toc">
25
<p class="title">
26
- <span class="icon has-text-grey">
+ <span class="icon has-text-grey-light">
27
<i class="fas fa-list-ul"></i>
28
</span>
29
0 commit comments