From 5d91d7268003aabe60a0ff0d9ad0b51e187d9bc9 Mon Sep 17 00:00:00 2001 From: MisbehavedNinjaRadiator <120029998+MisbehavedNinjaRadiator@users.noreply.github.com.> Date: Wed, 21 May 2025 14:11:21 +0200 Subject: [PATCH] Footer done --- code/frontend/src/Footer.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/frontend/src/Footer.css b/code/frontend/src/Footer.css index f862ffa..509daa8 100644 --- a/code/frontend/src/Footer.css +++ b/code/frontend/src/Footer.css @@ -66,6 +66,9 @@ .footer-link:hover, .footer-link:active { text-decoration: underline; } +.footer-link.feather:hover, .footer-link.feather:active { + text-decoration-color: var(--Rotkehlchen-orange-default) ; +} /*@media adjusts styles for desktop */