aboutsummaryrefslogtreecommitdiff
path: root/assets/css/partials/_footer.scss
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-05-02 01:09:24 +0200
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-05-02 01:09:24 +0200
commit66937bbf6e6b191ecd2cb87b270910ac0f5dadda (patch)
tree35bea1f7c904e6234fe63973d3739340faa0eb96 /assets/css/partials/_footer.scss
parentf6fb145a6a806df5b28ee811e1dd6eca8cf29aaa (diff)
Update font styles and accent colors in CSS files
Diffstat (limited to 'assets/css/partials/_footer.scss')
-rw-r--r--assets/css/partials/_footer.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/css/partials/_footer.scss b/assets/css/partials/_footer.scss
index 77ecc8d..8fdc2b7 100644
--- a/assets/css/partials/_footer.scss
+++ b/assets/css/partials/_footer.scss
@@ -1,11 +1,11 @@
footer {
- background-color: var(--footer-background);
- color: var(--footer-color);
+ background-color: $dark;
+ color: $light;
text-align: center;
padding: 0.5rem 1rem;
a {
- color: var(--accent-5);
+ color: $accentLight;
}
} \ No newline at end of file