chore: hover states

This commit is contained in:
Cory Dransfeldt 2024-01-02 12:03:20 -08:00
parent 80164401e2
commit 37db7d35d6
No known key found for this signature in database

View file

@ -139,7 +139,10 @@ a {
a:hover, a:hover,
a:focus, 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); color: var(--blue-800);
} }