@@ -40,6 +40,7 @@ $semantics: (
4040 --font-size-sm : 0.875rem ; // 14px
4141 --font-size-xs : 0.75rem ; // 12px
4242 --font-size-monospace : 1em ;
43+ --font-bold-weight : 450 ;
4344
4445 // Line height
4546 --line-height-base : 1.5 ;
@@ -152,7 +153,7 @@ $semantics: (
152153 --link-text-decoration : none ;
153154 --link-text-decoration--hover : underline ;
154155 --link-text-decoration--active : underline ;
155- --link-font-weight : 450 ;
156+ --link-font-weight : var ( --font-bold-weight ) ;
156157
157158 // Command Palette
158159 --command-palette-results-backdrop-filter : contrast (0.7 ) brightness (1.5 )
@@ -194,7 +195,7 @@ $semantics: (
194195 --link-dark-text-decoration : none ;
195196 --link-dark-text-decoration--hover : underline ;
196197 --link-dark-text-decoration--active : underline ;
197- --link-dark-font-weight : 500 ;
198+ --link-dark-font-weight : var ( --font-bold-weight ) ;
198199
199200 // Pane
200201 --pane-border-width : 1px ;
@@ -266,7 +267,7 @@ $semantics: (
266267 --form-item-max-width--small : 100% ;
267268 }
268269
269- --form-label-font-weight : 450 ;
270+ --form-label-font-weight : var ( --font-bold-weight ) ;
270271 --form-input-padding : 0.625rem ;
271272 --form-input-border-radius : 0.625rem ;
272273 --form-input-glow : 0 0 0 10px transparent ;
0 commit comments