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

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "7.6.2", "version": "7.6.3",
"description": "The source for my personal site. Built using 11ty.", "description": "The source for my personal site. Built using 11ty.",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

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