mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Footer wip
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user