307
307
counter-increment : toc- counter;
308
308
309
309
& ::before {
310
- content : counter (toc-counter , decimal-leading-zero ) " \00A0 " " \00A0 " ;
310
+ content : counter (toc-counter ) " \00A0 " " \00A0 " ;
311
311
}
312
312
313
313
> ul {
@@ -318,19 +318,19 @@ dd {
318
318
counter-increment : toc- sub- counter;
319
319
320
320
& ::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 " ;
322
322
}
323
323
}
324
324
325
- ul {
325
+ > ul {
326
326
list-style : none ;
327
327
counter-reset : toc- sub- sub- counter;
328
328
329
- li {
329
+ > li {
330
330
counter-increment : toc- sub- sub- counter;
331
331
332
332
& ::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 " ;
334
334
}
335
335
}
336
336
}
355
355
}
356
356
357
357
h2 ::before {
358
- content : counter (heading-counter , decimal-leading-zero ) " \00A0 " " \00A0 " ;
358
+ content : counter (heading-counter ) " \00A0 " " \00A0 " ;
359
+ opacity : 0.66 ;
359
360
counter-increment : heading- counter;
360
361
}
361
362
@@ -364,12 +365,14 @@ dd {
364
365
}
365
366
366
367
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 ;
368
370
counter-increment : heading- sub- counter;
369
371
}
370
372
371
373
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 ;
373
376
counter-increment : heading- sub- sub- counter;
374
377
}
375
378
}
0 commit comments