File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 278
278
h2 {
279
279
--_spacing : 0.5em ;
280
280
281
- margin-bottom : calc (var (--_spacing ) + (1lh - 1em ));
281
+ margin-bottom : calc (
282
+ var (--_spacing ) + (var (--heading-line-height ) - var (--font-size-xxl ))
283
+ );
282
284
padding-bottom : var (--_spacing );
283
285
border-bottom : 1px solid var (--border-color );
284
286
font-size : var (--font-size-xxl );
Original file line number Diff line number Diff line change 115
115
--form-element-color : ;
116
116
--heading-color : var (--strong-color );
117
117
--heading-font-weight : 600 ;
118
- --heading-line-height : calc (2ex + 5px );
118
+ --heading-line-height : calc (2ex + 5px ); /* Unit required */
119
119
--kbd-bg : var (--color-mono-1 );
120
120
--kbd-border : 1px solid var (--color-mono-3 );
121
121
--kbd-border-radius : 4px ;
You can’t perform that action at this time.
0 commit comments