From de32f30f61d12af359262ea9e36631a0fd03017e Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Sun, 27 Oct 2024 09:33:08 -0400 Subject: linting fix --- assets/scss/theme/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/scss/theme/theme.scss b/assets/scss/theme/theme.scss index f4fbc67..65f5a87 100644 --- a/assets/scss/theme/theme.scss +++ b/assets/scss/theme/theme.scss @@ -75,8 +75,8 @@ } .link-bg-footer { - color: var(--#{$prefix}tertiary) if($enable-important-utilities, !important, null); + &:hover, &:focus { color: $gray-400 if($enable-important-utilities, !important, null); -- cgit v1.2.3