diff --git a/dist/sidebar.css b/dist/sidebar.css index fcba076..678d4ef 100644 --- a/dist/sidebar.css +++ b/dist/sidebar.css @@ -73,10 +73,15 @@ transition: background 0.1s ease; } -.nav-link:hover, +.nav-link:hover { + background: var(--bg-elevated); +} + .nav-link:focus-visible { background: var(--bg-elevated); - outline: none; + outline: 2px solid var(--accent); + outline-offset: 2px; + border-radius: var(--radius); } .nav-link.nav-active { @@ -90,7 +95,7 @@ display: flex; flex-direction: column; gap: 0.25rem; - border-top: 1px solid var(--border-color); + border-top: 1px solid var(--border-color); /* subtle divider, lighter than --border */ margin-top: auto; }