Skip to content

Commit f0af564

Browse files
committed
scss: Add support for h6 counting
1 parent 9d86627 commit f0af564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/assets/css/site.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ div.highlighter-rouge {
142142
@include markdown-header;
143143
}
144144

145-
h2, h3, h4, h5 {
145+
h2, h3, h4, h5, h6 {
146146
// counter display
147147
> span::before {
148148
font-style: italic;

0 commit comments

Comments
 (0)