chore: state clarity

This commit is contained in:
Cory Dransfeldt 2024-01-01 14:42:30 -08:00
parent 0fbaf67f36
commit c084641d30
No known key found for this signature in database

View file

@ -275,7 +275,9 @@ nav svg {
margin-top: .125rem;
}
nav svg:hover {
nav svg:hover,
nav svg:active,
nav svg:focus {
stroke-width: var(--stroke-width-bold);
}