Drop background fill on active sidebar item

The accent-dim background fill on active items was too loud. Keep
only the border-left accent, ink color, and bold weight. Hover tint
on other items still works as a subtle interactivity hint.
This commit is contained in:
Paul Bakaus
2026-04-08 11:55:03 -07:00
parent 0d22c28733
commit 484967e23f
+1 -1
View File
@@ -454,11 +454,11 @@ main#main {
color: var(--color-ink);
font-weight: 600;
border-left-color: var(--color-accent);
background: var(--color-accent-dim);
}
.skills-sidebar-list a[aria-current="page"]:hover {
color: var(--color-ink);
background: transparent;
}
/* ============================================