chore: style states

This commit is contained in:
Cory Dransfeldt 2024-01-01 15:43:36 -08:00
parent 82fb179283
commit 2ad3143272
No known key found for this signature in database

View file

@ -330,7 +330,11 @@ nav .search svg {
}
nav .tags svg:hover,
nav .search svg:hover {
nav .tags svg:focus,
nav .tags svg:active,
nav .search svg:hover,
nav .search svg:focus,
nav .search svg:active {
stroke: var(--blue-800);
}