Footer wip

This commit is contained in:
Hazem Krimi
2023-11-06 23:50:46 +01:00
parent 254d473e45
commit 2ccb68d1b6
6 changed files with 49 additions and 5 deletions
+6
View File
@@ -34,6 +34,12 @@ function loadTheme() {
? 'var(--nav-light-background)'
: 'var(--nav-dark-background)'
);
root.style.setProperty(
'--footer-background',
theme === 'light'
? 'var(--footer-light-background)'
: 'var(--footer-dark-background)'
);
root.style.setProperty(
'--header-shadow',
theme === 'light' ? 'var(--shadow)' : 'none'