From ed9c1602afb6cb2241a6da31df0a98ea6877744e Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Sun, 27 Oct 2024 09:31:44 -0400 Subject: fix: :art: linting correction fixed errors for linting --- assets/scss/theme/theme.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'assets/scss') diff --git a/assets/scss/theme/theme.scss b/assets/scss/theme/theme.scss index 0fb39a9..f4fbc67 100644 --- a/assets/scss/theme/theme.scss +++ b/assets/scss/theme/theme.scss @@ -30,8 +30,8 @@ transform: scale(0.99); box-shadow: none if($enable-important-utilities, !important, null); } -// scss-docs-end styling +// scss-docs-end styling .footer { background-color: $gray-800 if($enable-important-utilities, !important, null); color: var(--#{$prefix}light) if($enable-important-utilities, !important, null); @@ -44,6 +44,7 @@ .link-bg-footer { color: var(--#{$prefix}light) if($enable-important-utilities, !important, null); + &:hover, &:focus { color: $gray-400 if($enable-important-utilities, !important, null); @@ -74,6 +75,7 @@ } .link-bg-footer { + color: var(--#{$prefix}tertiary) if($enable-important-utilities, !important, null); &:hover, &:focus { -- cgit v1.2.3