File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 467467
468468/* Heading Levels */
469469.sl-markdown-content h1 {
470- font-size : 72 px ;
470+ font-size : 2 rem ;
471471 font-weight : 700 ;
472- line-height : 1.0 ;
473- letter-spacing : -0.025 em ;
472+ line-height : 1.2 ;
473+ letter-spacing : -0.02 em ;
474474 color : # 111827 ;
475475}
476476
477477.sl-markdown-content h2 {
478- font-size : 48 px ;
478+ font-size : calc ( 1.5 rem + 2 px ) ;
479479 font-weight : 700 ;
480- line-height : 1.1 ;
481- letter-spacing : -0.02 em ;
480+ line-height : 1.3 ;
481+ letter-spacing : -0.015 em ;
482482 color : # 111827 ;
483483}
484484
485485.sl-markdown-content h3 {
486- font-size : 36 px ;
486+ font-size : calc ( 1.25 rem + 2 px ) ;
487487 font-weight : 700 ;
488- line-height : 1.15 ;
489- letter-spacing : -0.015 em ;
488+ line-height : 1.4 ;
489+ letter-spacing : -0.01 em ;
490490 color : # 111827 ;
491491}
492492
493493.sl-markdown-content h4 {
494- font-size : 24 px ;
494+ font-size : calc ( 1.125 rem + 2 px ) ;
495495 font-weight : 700 ;
496- line-height : 1.3 ;
496+ line-height : 1.5 ;
497497 color : # 111827 ;
498498}
499499
500500.sl-markdown-content h5 {
501- font-size : 20 px ;
501+ font-size : calc ( 1 rem + 2 px ) ;
502502 font-weight : 700 ;
503- line-height : 1.4 ;
503+ line-height : 1.5 ;
504504 color : # 111827 ;
505505}
506506
507507.sl-markdown-content h6 {
508- font-size : 18 px ;
508+ font-size : calc ( 0.9375 rem + 2 px ) ;
509509 font-weight : 600 ;
510- line-height : 1.4 ;
510+ line-height : 1.5 ;
511511 color : # 111827 ;
512512}
513513
You can’t perform that action at this time.
0 commit comments