Projects list page with project card

This commit is contained in:
Hazem Krimi
2023-11-09 20:55:17 +01:00
parent e81eba1637
commit 319ebbeb31
17 changed files with 168 additions and 9 deletions
+6
View File
@@ -49,6 +49,12 @@ function loadTheme() {
? 'var(--button-light-background)'
: 'var(--button-dark-background)'
);
root.style.setProperty(
'--project-card-background',
theme === 'light'
? 'var(--project-card-light-background)'
: 'var(--project-card-dark-background)'
);
root.style.setProperty(
'--footer-background',
theme === 'light'