From 37db7d35d669927e9680ee7aad5a7926f1e6b39b Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 2 Jan 2024 12:03:20 -0800 Subject: [PATCH] chore: hover states --- src/assets/styles/index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 931d00c9..2c16aad3 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -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); }