fix: active state for nav svgs
This commit is contained in:
parent
973ea2c3e6
commit
9c53d88077
2 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||
|
|
|
@ -197,7 +197,7 @@ button svg:hover,
|
|||
}
|
||||
|
||||
a svg,
|
||||
.active svg,
|
||||
nav .active svg,
|
||||
nav ul li .active svg {
|
||||
stroke: var(--accent-color);
|
||||
}
|
||||
|
|
Reference in a new issue