summaryrefslogtreecommitdiff
path: root/assets/styles/footer.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/styles/footer.css')
-rw-r--r--assets/styles/footer.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/styles/footer.css b/assets/styles/footer.css
index 829f946..5a13f5c 100644
--- a/assets/styles/footer.css
+++ b/assets/styles/footer.css
@@ -1,12 +1,12 @@
footer, html, body {
- background-color: oklch(94.91% 0 0 / 1);
+ background-color: var(--theme-footer-bg);
}
footer.container {
padding-top: 20px;
padding-bottom: 20px;
font-size: .9em;
- color: oklch(0% 0 0 / .5);
+ color: var(--theme-main-text-50);
display: grid;
grid-template-columns: max-content 1fr max-content;
}
@@ -16,7 +16,7 @@ footer.container {
}
#footer-links a, #footer-language a {
- color: oklch(0% 0 0 / .75);
+ color: var(--theme-main-text-75);
text-decoration: none;
white-space: nowrap;
}
@@ -37,4 +37,4 @@ footer.container {
#footer-language {
margin-top: 10px;
}
-} \ No newline at end of file
+}