diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 5b723f77..bb6a3b77 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -459,7 +459,10 @@ footer nav { 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-200); }