chore: hover states
This commit is contained in:
parent
80164401e2
commit
37db7d35d6
1 changed files with 4 additions and 1 deletions
|
@ -139,7 +139,10 @@ a {
|
|||
|
||||
a:hover,
|
||||
a:focus,
|
||||
a:active {
|
||||
a:active,
|
||||
:is(.main__title, footer nav:last-child) a:hover,
|
||||
:is(.main__title, footer nav:last-child) a:focus,
|
||||
:is(.main__title, footer nav:last-child) a:active {
|
||||
color: var(--blue-800);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue