fix: nav active states

This commit is contained in:
Cory Dransfeldt 2023-12-12 21:08:15 -08:00
parent 42ffe67ea0
commit 26788bbd9a
No known key found for this signature in database
3 changed files with 11 additions and 12 deletions

View file

@ -50,7 +50,7 @@ html {
.active,
.active svg {
color: theme(colors.blue.600) !important;
color: theme(colors.blue.600);
}
.header-anchor {