feat: add Reference link to main navigation
- Add Reference nav link with subtle separator styling - Update nav highlight to show active state on reference pages 🤖 Generated with [Claude Code](https://claude.com/claude-code)
This commit is contained in:
@@ -1521,6 +1521,12 @@ input:checked + .toggle-slider::before {
|
||||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
.nav-link-ref {
|
||||
margin-left: 0.5rem;
|
||||
padding-left: 1rem;
|
||||
border-left: 1px solid var(--border-color);
|
||||
}
|
||||
|
||||
@media (min-width: 769px) {
|
||||
.main-nav {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user