diff options
| -rw-r--r-- | assets/scss/theme/theme.scss | 4 |
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 { |
