307307 counter-increment : toc- counter;
308308
309309 & ::before {
310- content : counter (toc-counter , decimal-leading-zero ) " \00A0 " " \00A0 " ;
310+ content : counter (toc-counter ) " \00A0 " " \00A0 " ;
311311 }
312312
313313 > ul {
@@ -318,19 +318,19 @@ dd {
318318 counter-increment : toc- sub- counter;
319319
320320 & ::before {
321- content : counter (toc-counter , decimal-leading-zero ) " \002E " counter (toc-sub-counter ) " \00A0 " " \00A0 " ;
321+ content : counter (toc-counter ) " \002E " counter (toc-sub-counter ) " \00A0 " " \00A0 " ;
322322 }
323323 }
324324
325- ul {
325+ > ul {
326326 list-style : none ;
327327 counter-reset : toc- sub- sub- counter;
328328
329- li {
329+ > li {
330330 counter-increment : toc- sub- sub- counter;
331331
332332 & ::before {
333- content : counter (toc-counter , decimal-leading-zero ) " \002E " counter (toc-sub-counter ) " \002E " counter (toc-sub-sub-counter ) " \00A0 " " \00A0 " ;
333+ content : counter (toc-counter ) " \002E " counter (toc-sub-counter ) " \002E " counter (toc-sub-sub-counter ) " \00A0 " " \00A0 " ;
334334 }
335335 }
336336 }
355355 }
356356
357357 h2 ::before {
358- content : counter (heading-counter , decimal-leading-zero ) " \00A0 " " \00A0 " ;
358+ content : counter (heading-counter ) " \00A0 " " \00A0 " ;
359+ opacity : 0.66 ;
359360 counter-increment : heading- counter;
360361 }
361362
@@ -364,12 +365,14 @@ dd {
364365 }
365366
366367 h3 ::before {
367- content : counter (heading-counter , decimal-leading-zero ) " \002E " counter (heading-sub-counter ) " \00A0 " " \00A0 " ;
368+ content : counter (heading-counter ) " \002E " counter (heading-sub-counter ) " \00A0 " " \00A0 " ;
369+ opacity : 0.66 ;
368370 counter-increment : heading- sub- counter;
369371 }
370372
371373 h4 ::before {
372- content : counter (heading-counter , decimal-leading-zero ) " \002E " counter (heading-sub-counter ) " \002E " counter (heading-sub-sub-counter ) " \00A0 " " \00A0 " ;
374+ content : counter (heading-counter ) " \002E " counter (heading-sub-counter ) " \002E " counter (heading-sub-sub-counter ) " \00A0 " " \00A0 " ;
375+ opacity : 0.66 ;
373376 counter-increment : heading- sub- sub- counter;
374377 }
375378}
0 commit comments