From 651ebd9bfa1d62e5b4224b396701ce7b8f6e3967 Mon Sep 17 00:00:00 2001 From: Christian Medders - Bixal <88721460+clmedders@users.noreply.github.com> Date: Tue, 30 Apr 2024 09:11:00 -0400 Subject: [PATCH] Vote-1103: update hover effect in footer (#673) --- web/themes/custom/votegov/src/sass/mixins/mixins.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/votegov/src/sass/mixins/mixins.scss b/web/themes/custom/votegov/src/sass/mixins/mixins.scss index d56fd75c0..6d7aba9a9 100644 --- a/web/themes/custom/votegov/src/sass/mixins/mixins.scss +++ b/web/themes/custom/votegov/src/sass/mixins/mixins.scss @@ -75,7 +75,7 @@ @include hover { @include u-text('no-underline'); background-color: $base-primary-hover; - color: $base-white; + color: $base-white !important; } }