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