feat: add sidebar and breadcrumb CSS exports #5

Merged
brendan merged 2 commits from feat/sidebar-breadcrumb-css into main 2026-05-15 10:48:45 +00:00
Showing only changes of commit 75930e5c1f - Show all commits

11
dist/sidebar.css vendored
View File

@@ -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;
}