ol satrt in html

This commit is contained in:
Julie Blanc 2026-04-21 16:18:44 +02:00
parent 0d56ca3d0d
commit 626ba00ba8
5 changed files with 19 additions and 122 deletions

View file

@ -7,12 +7,15 @@ ol[type="1"]{
break-after: avoid;
position: absolute;
left: calc(var(--unit)*1);
&::after{
content: attr(start)!important;
display: block;
font-size: var(--fs-small);
opacity: 0.5;
}
display: block;
font-size: var(--fs-small);
opacity: 0.5;
// &::after{
// content: attr(start)!important;
// display: block;
// font-size: var(--fs-small);
// opacity: 0.5;
// }
}