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 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; +}