File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 278278 h2 {
279279 --_spacing : 0.5em ;
280280
281- margin-bottom : calc (var (--_spacing ) + (1lh - 1em ));
281+ margin-bottom : var (--_spacing ) +
282+ (var (--heading-line-height ) - var (--font-size-xxl ));
282283 padding-bottom : var (--_spacing );
283284 border-bottom : 1px solid var (--border-color );
284285 font-size : var (--font-size-xxl );
Original file line number Diff line number Diff line change 115115 --form-element-color : ;
116116 --heading-color : var (--strong-color );
117117 --heading-font-weight : 600 ;
118- --heading-line-height : calc (2ex + 5px );
118+ --heading-line-height : calc (2ex + 5px ); /* Unit required */
119119 --kbd-bg : var (--color-mono-1 );
120120 --kbd-border : 1px solid var (--color-mono-3 );
121121 --kbd-border-radius : 4px ;
You can’t perform that action at this time.
0 commit comments