From 84bcd2acd318f3583e09d2d945442e4ce0901485 Mon Sep 17 00:00:00 2001 From: Mac Carrithers Date: Sat, 5 Sep 2026 11:45:20 -0600 Subject: [PATCH 1/2] fix: match the header logo size to the console --- src/styles/custom.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/custom.css b/src/styles/custom.css index 59435277..509ee010 100644 --- a/src/styles/custom.css +++ b/src/styles/custom.css @@ -76,3 +76,9 @@ h6 { .sidebar-content details details summary:hover .large { color: var(--sl-color-white) !important; } + +/* Starlight sizes the logo to fill the nav height. The console renders the + same wordmark at 1.375rem. */ +.site-title img { + height: 1.5rem; +} From e6c6efa3fac41fb5c5ed0cb556d7c2b401e0486f Mon Sep 17 00:00:00 2001 From: Mac Carrithers Date: Sat, 5 Sep 2026 11:52:11 -0600 Subject: [PATCH 2/2] chore: add wordmark to the spelling dictionary --- .cspell.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cspell.yaml b/.cspell.yaml index 5724dbf8..05e051a1 100644 --- a/.cspell.yaml +++ b/.cspell.yaml @@ -117,6 +117,7 @@ words: - yourcompany - webkitallowfullscreen - widgetbook + - wordmark - xcarchive - xcframework - xcframeworks