add these style

This commit is contained in:
Julie Blanc 2026-01-20 19:05:58 +01:00
parent 7239fa838b
commit fb365c2f05
7 changed files with 113 additions and 30 deletions

View file

@ -47,4 +47,12 @@
h5::before{
content: counter(h5, lower-alpha) counter(h5, lower-alpha) ". ";
}
h6{
counter-increment: h6 1;
}
h6::before{
content: "(" counter(h6) "). ";
}
}