Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .cspell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ words:
- yourcompany
- webkitallowfullscreen
- widgetbook
- wordmark
- xcarchive
- xcframework
- xcframeworks
Expand Down
6 changes: 6 additions & 0 deletions src/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Loading