mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-14 15:16:35 +03:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
/* ============================================
|
||||
|
||||
Reference in New Issue
Block a user