chore: style states
This commit is contained in:
parent
82fb179283
commit
2ad3143272
1 changed files with 5 additions and 1 deletions
|
@ -330,7 +330,11 @@ nav .search svg {
|
||||||
}
|
}
|
||||||
|
|
||||||
nav .tags svg:hover,
|
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);
|
stroke: var(--blue-800);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue