add primary color highlight to sidebar nav

This commit is contained in:
jeffvli
2025-11-22 04:23:35 -08:00
parent 6978516f79
commit 9801337c61
2 changed files with 10 additions and 1 deletions
@@ -41,6 +41,10 @@
}
}
.link.active {
color: var(--theme-colors-primary-filled);
}
.link.disabled {
pointer-events: none;
opacity: 0.6;