diff --git a/package.json b/package.json index 24647fb8..206f5589 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "7.6.2", + "version": "7.6.3", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index b154d721..1df48e86 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -197,7 +197,7 @@ button svg:hover, } a svg, -.active svg, +nav .active svg, nav ul li .active svg { stroke: var(--accent-color); }