@@ -470,7 +470,7 @@ main > .rule {
470
470
2.5em * var (--h2-em-mult ) - 16px
471
471
/* half of the font size difference */
472
472
+ (1em * var (--h2-em-mult ) - 1em ) / 2
473
- )
473
+ );
474
474
}
475
475
.rule : has (+ h3 , + .tests-popup + h3 ) {
476
476
/* multiplying by this turns h3's em into .rule's em*/
@@ -484,7 +484,7 @@ main > .rule {
484
484
2.5em * var (--h3-em-mult ) - 16px
485
485
/* half of the font size difference */
486
486
+ (1em * var (--h3-em-mult ) - 1em ) / 2
487
- )
487
+ );
488
488
}
489
489
490
490
.rule : has (+ h4 , + .tests-popup + h4 ) {
@@ -499,7 +499,7 @@ main > .rule {
499
499
2em * var (--h4-em-mult ) - 16px
500
500
/* half of the font size difference */
501
501
+ (1em * var (--h4-em-mult ) - 1em ) / 2
502
- )
502
+ );
503
503
}
504
504
505
505
.rule : has (+ h5 , + .tests-popup + h5 ) {
@@ -514,7 +514,7 @@ main > .rule {
514
514
2em * var (--h5-em-mult ) - 16px
515
515
/* half of the font size difference */
516
516
+ (1em * var (--h5-em-mult ) - 1em ) / 2
517
- )
517
+ );
518
518
}
519
519
520
520
.rule : has (+ h6 , + .tests-popup + h6 ) {
@@ -529,7 +529,7 @@ main > .rule {
529
529
2em * var (--h6-em-mult ) - 16px
530
530
/* half of the font size difference */
531
531
+ (1em * var (--h6-em-mult ) - 1em ) / 2
532
- )
532
+ );
533
533
}
534
534
535
535
/* Sets the color for [!HISTORY] blockquote admonitions. */
@@ -597,10 +597,10 @@ main > .rule {
597
597
}
598
598
599
599
.light .grammar-literal {
600
- background-color : # fafafa
600
+ background-color : # fafafa;
601
601
}
602
602
.rust .grammar-literal {
603
- background-color : # dedede
603
+ background-color : # dedede;
604
604
}
605
605
.coal .grammar-literal {
606
606
background-color : # 1d1f21 ;
@@ -609,7 +609,7 @@ main > .rule {
609
609
background-color : # 1d1f21 ;
610
610
}
611
611
.ayu .grammar-literal {
612
- background-color : # 191f26
612
+ background-color : # 191f26;
613
613
}
614
614
615
615
.grammar-production : target , .railroad-production : target {
0 commit comments