change font-sans for blockquote + add counters.js
This commit is contained in:
parent
abbd549428
commit
32e02d956a
15 changed files with 161 additions and 192 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue