Skip to content

Commit 4707565

Browse files
Copilotaaronpowell
andauthored
[WIP] Update text colour for improved navigation readability (#897)
* Initial plan * fix: improve readability of active nav item on learning hub pages Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
1 parent 78e3ea2 commit 4707565

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/styles/starlight-overrides.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
/* ── Sidebar active item ───────────────────────────────────── */
4545
nav[aria-label="Main"] a[aria-current="page"] {
46-
color: var(--sl-color-accent) !important;
46+
color: var(--sl-color-white) !important;
4747
font-weight: 600;
4848
border-inline-start-color: var(--sl-color-accent) !important;
4949
}

0 commit comments

Comments
 (0)