Contact page

This commit is contained in:
Hazem Krimi
2023-11-07 20:11:09 +01:00
parent 420e348cad
commit 164cf73180
8 changed files with 101 additions and 6 deletions
+12
View File
@@ -37,6 +37,18 @@ function loadTheme() {
? 'var(--nav-light-background)'
: 'var(--nav-dark-background)'
);
root.style.setProperty(
'--input-background',
theme === 'light'
? 'var(--input-light-background)'
: 'var(--input-dark-background)'
);
root.style.setProperty(
'--button-background',
theme === 'light'
? 'var(--button-light-background)'
: 'var(--button-dark-background)'
);
root.style.setProperty(
'--footer-background',
theme === 'light'