Skip to content
This repository was archived by the owner on Aug 5, 2026. It is now read-only.
Merged
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
13 changes: 8 additions & 5 deletions docs/ensnode.io/src/styles/starlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -448,15 +448,18 @@ a.starlight-sidebar-topics-current .starlight-sidebar-topics-icon {
* * not bolded
* * the same color as the rest of the sidebar text
*/
ul.top-level details details > summary .group-label span {
@media (min-width: 50rem) {
font-size: var(--sl-text-sm);
}

ul.top-level details details > summary .group-label > span.large {
font-size: var(--sl-text-base);
font-weight: normal;
color: var(--sl-color-gray-2);
}

@media (min-width: 50rem) {
ul.top-level details details > summary .group-label > span.large {
font-size: var(--sl-text-sm);
}
}

/* Customize badge styles in the sidebar */
#starlight__sidebar .sl-badge {
font-family: var(--sl-font);
Expand Down
Loading