fix: active state for nav svgs
This commit is contained in:
parent
973ea2c3e6
commit
9c53d88077
2 changed files with 2 additions and 2 deletions
|
@ -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