summaryrefslogtreecommitdiffstats
path: root/assets/scss/theme/theme.scss
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-27 09:33:08 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-27 09:33:08 -0400
commitde32f30f61d12af359262ea9e36631a0fd03017e (patch)
tree3167295a0912309197064b5c82b77155516bad7c /assets/scss/theme/theme.scss
parented9c1602afb6cb2241a6da31df0a98ea6877744e (diff)
linting fix
Diffstat (limited to 'assets/scss/theme/theme.scss')
-rw-r--r--assets/scss/theme/theme.scss2
1 files changed, 1 insertions, 1 deletions
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);