UX: follow-up sidebar variable fixes for c398933 (#30676)

This commit is contained in:
Kris
2025-01-09 15:53:29 -05:00
committed by GitHub
parent 427ea5301b
commit d9c992bfdd
3 changed files with 10 additions and 2 deletions

View File

@ -62,4 +62,7 @@
.sidebar-section-link-content-text {
color: var(--d-sidebar-link-color);
}
.active .sidebar-section-link-content-text {
color: var(--d-sidebar-active-color);
}
}