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
+2 -2
View File
@@ -1,7 +1,7 @@
:root {
--header-light-background: var(--white);
--header-light-background: #ECECEC;
--header-dark-background: #676666;
--nav-light-background: var(--white);
--nav-light-background: #ECECEC;
--nav-dark-background: #121212;
}