summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-27 09:31:44 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-27 09:31:44 -0400
commited9c1602afb6cb2241a6da31df0a98ea6877744e (patch)
treeda321cdd41ff68e434d51e9ba66e2a4c3420367b
parent33ec991951e5b4f236f4c524cbf97ecaea4a8435 (diff)
fix: :art: linting correction
fixed errors for linting
Diffstat (limited to '')
-rw-r--r--assets/scss/theme/theme.scss4
1 files changed, 3 insertions, 1 deletions
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 {