Skip to content

Commit

Permalink
🐛 Fix headlineCounter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ice-Hazymoon committed Jun 11, 2022
1 parent 12952b7 commit a280976
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions assets/sass/typo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,16 @@ input[type='checkbox'] {
}
$content: $content "." counter(h#{$i+2});
}
} @else {
h4,
h5,
h6 {
@apply font-bold;
&::before {
content: '#';
@apply mr-2 w-5 font-bold italic text-gray-400;
}
}
}

h1,
Expand Down Expand Up @@ -331,16 +341,6 @@ input[type='checkbox'] {
@apply text-base;
}

h4,
h5,
h6 {
@apply font-bold;
&::before {
content: '#';
@apply mr-2 w-5 font-bold italic text-gray-400;
}
}

hr {
@apply my-16 mx-auto border-gray-200 dark:border-darkBorder;
}
Expand Down

0 comments on commit a280976

Please sign in to comment.