feat: add sidebar and breadcrumb CSS exports #5
11
dist/sidebar.css
vendored
11
dist/sidebar.css
vendored
@@ -73,10 +73,15 @@
|
|||||||
transition: background 0.1s ease;
|
transition: background 0.1s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-link:hover,
|
.nav-link:hover {
|
||||||
|
background: var(--bg-elevated);
|
||||||
|
}
|
||||||
|
|
||||||
.nav-link:focus-visible {
|
.nav-link:focus-visible {
|
||||||
background: var(--bg-elevated);
|
background: var(--bg-elevated);
|
||||||
outline: none;
|
outline: 2px solid var(--accent);
|
||||||
|
outline-offset: 2px;
|
||||||
|
border-radius: var(--radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-link.nav-active {
|
.nav-link.nav-active {
|
||||||
@@ -90,7 +95,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0.25rem;
|
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;
|
margin-top: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user