@@ -36,14 +36,12 @@ body {
3636
3737/* Font family utilities */
3838.font-sans {
39- font-family :
40- var (--font-geist-sans ), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI" ,
41- Roboto, "Helvetica Neue" , Arial, sans-serif;
39+ font-family : var (--font-geist-sans ), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
40+ "Segoe UI" , Roboto, "Helvetica Neue" , Arial, sans-serif;
4241}
4342
4443.font-mono {
45- font-family :
46- var (--font-geist-mono ), ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
44+ font-family : var (--font-geist-mono ), ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
4745 "Liberation Mono" , "Courier New" , monospace;
4846}
4947
@@ -216,8 +214,8 @@ html #nd-sidebar button:not([aria-label*="ollapse"]):not([aria-label*="xpand"])
216214 padding : 0.375rem 0.875rem ;
217215 font-weight : 450 ;
218216 border-radius : 0.75rem ;
219- font-family :
220- -apple-system , BlinkMacSystemFont , "Segoe UI" , Roboto , "Helvetica Neue" , Arial , sans-serif;
217+ font-family : -apple-system , BlinkMacSystemFont , "Segoe UI" , Roboto , "Helvetica Neue" , Arial ,
218+ sans-serif;
221219}
222220
223221/* Sidebar text — aligned with platform --text-body */
@@ -381,8 +379,8 @@ aside[data-sidebar] > *:not([data-sidebar-viewport]) {
381379 button [aria-label = "Toggle Sidebar" ],
382380 button [aria-label = "Collapse Sidebar" ],
383381 /* Hide nav title/logo in sidebar on desktop - target all possible locations */
384- /* Lower specificity selectors first (attribute selectors) */
385- [data-sidebar-header ],
382+ /* Lower specificity selectors first (attribute selectors) */
383+ [data-sidebar-header ],
386384 [data-sidebar ] [data-title ],
387385 aside [data-sidebar ] a [href = "/" ],
388386 aside [data-sidebar ] a [href = "/" ] img ,
@@ -469,8 +467,7 @@ aside[data-sidebar],
469467code ,
470468pre ,
471469pre code {
472- font-family :
473- var (--font-geist-mono ), ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
470+ font-family : var (--font-geist-mono ), ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
474471 "Liberation Mono" , "Courier New" , monospace;
475472}
476473
@@ -768,9 +765,8 @@ video {
768765# nd-page : has (.api-page-header ) div ,
769766# nd-page : has (.api-page-header ) label ,
770767# nd-page : has (.api-page-header ) button {
771- font-family :
772- var (--font-geist-sans ), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI" ,
773- Roboto, "Helvetica Neue" , Arial, sans-serif;
768+ font-family : var (--font-geist-sans ), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
769+ "Segoe UI" , Roboto, "Helvetica Neue" , Arial, sans-serif;
774770}
775771
776772/* Method badge pills — shared background colors (page + sidebar) */
0 commit comments