fix: active state for nav svgs

This commit is contained in:
Cory Dransfeldt 2024-03-07 12:24:50 -08:00
parent 973ea2c3e6
commit 9c53d88077
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -197,7 +197,7 @@ button svg:hover,
}
a svg,
.active svg,
nav .active svg,
nav ul li .active svg {
stroke: var(--accent-color);
}