change font-sans for blockquote + add counters.js

This commit is contained in:
Julie Blanc 2026-01-20 23:02:35 +01:00
parent abbd549428
commit 32e02d956a
15 changed files with 161 additions and 192 deletions

View file

@ -2,6 +2,18 @@
#section__content{
h1, h2, h3 {
&::before{
content: attr(data-counter);
}
}
h4, h5, h6{
&::before{
content: attr(data-counter) ". ";
}
}
h1, h2, h3 {
break-inside: avoid;
break-after: avoid;