diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-27 09:33:08 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-27 09:33:08 -0400 |
| commit | de32f30f61d12af359262ea9e36631a0fd03017e (patch) | |
| tree | 3167295a0912309197064b5c82b77155516bad7c /assets | |
| parent | ed9c1602afb6cb2241a6da31df0a98ea6877744e (diff) | |
linting fix
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/scss/theme/theme.scss | 2 |
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); |
