summaryrefslogtreecommitdiffstats
path: root/site/assets/scss/_footer.scss
diff options
context:
space:
mode:
Diffstat (limited to 'site/assets/scss/_footer.scss')
-rw-r--r--site/assets/scss/_footer.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/assets/scss/_footer.scss b/site/assets/scss/_footer.scss
index 87cee6d..42e1ca0 100644
--- a/site/assets/scss/_footer.scss
+++ b/site/assets/scss/_footer.scss
@@ -4,12 +4,12 @@
.bd-footer {
a {
- color: $gray-700;
+ color: var(--bs-body-color);
text-decoration: none;
&:hover,
&:focus {
- color: $link-color;
+ color: var(--bs-link-hover-color);
text-decoration: underline;
}
}