1717 --ifm-code-font-size : 95% ;
1818 --ifm-font-family-base : "Inter Variable" , sans-serif;
1919 --ifm-font-family-monospace : "Roboto Mono" , monospace;
20+ --ifm-font-weight-bold : 640 ;
2021 --ifm-global-radius : 0 ;
2122 --ifm-alert-border-width : 5px ;
22- --docusaurus-highlighted-code-line-bg : # dddfe1 ;
23+ --docusaurus-highlighted-code-line-bg : # e8e8ff ;
2324 --ifm-color-secondary-text : # 71717A ;
2425 --ifm-color-card-heading : # 09090B ;
2526 --ifm-color-card-heading-secondary : # 18181B ;
2627 --ifm-alert-foreground : # EF4444 ;
2728 --ifm-alert-background : # FEF2F2 ;
2829 --ifm-note-foreground : # 71717A ;
2930 --ifm-note-background : # F4F4F5 ;
30- --ifm-caution-foreground : # FB923C ;
31+ --ifm-caution-foreground : # FB843C ;
3132 --ifm-caution-background : # FFF7ED ;
3233 --ifm-info-foreground : # 3B82F6 ;
3334 --ifm-info-background : # EFF6FF ;
@@ -46,7 +47,7 @@ html[data-theme='dark'] {
4647 --ifm-color-primary-light : # 00ffff ;
4748 --ifm-color-primary-lighter : # 00ffff ;
4849 --ifm-color-primary-lightest : # 00ffff ;
49- --docusaurus-highlighted-code-line-bg : # 646464 ;
50+ --docusaurus-highlighted-code-line-bg : # 343484 ;
5051 --ifm-color-secondary-text : # A1A1AA ;
5152 --ifm-color-card-heading : # FAFAFA ;
5253 --ifm-color-card-heading-secondary : # FAFAFA ;
@@ -80,10 +81,15 @@ html[data-theme='dark'] {
8081 src : url ("/static/fonts/RobotoMono-Regular.ttf" ) format ("truetype" );
8182}
8283
84+ /* https://github.com/facebook/docusaurus/issues/10652 */
85+ code {
86+ vertical-align : baseline;
87+ }
88+
8389h1 , h2 , h3 , h4 , h5 , h6 {
8490 font-family : "Inter Variable" , sans-serif;
8591 letter-spacing : -0.04em ;
86- font-weight : 600 ;
92+ font-weight : 400 ;
8793}
8894
8995article strong {
0 commit comments