mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-12 04:05:12 +00:00
[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>
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
|
||||
/* ── Sidebar active item ───────────────────────────────────── */
|
||||
nav[aria-label="Main"] a[aria-current="page"] {
|
||||
color: var(--sl-color-accent) !important;
|
||||
color: var(--sl-color-white) !important;
|
||||
font-weight: 600;
|
||||
border-inline-start-color: var(--sl-color-accent) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user