labguage and colormode support

This commit is contained in:
yousifpa98
2025-01-14 19:29:00 +01:00
parent f88524ff0e
commit 347229a9cd
29 changed files with 431 additions and 154 deletions

View File

@@ -39,10 +39,6 @@
margin-bottom: 0.245rem;
}
.projectInfo h3 {
color: white;
}
.projectInfo h3 span {
color: rgb(151, 151, 151);
font-size: 1rem;
@@ -70,3 +66,15 @@
justify-content: flex-start;
gap: 0.5rem;
}
.projectCard.light .projectInfo h3 span, .projectCard.light .projectJob{
color: rgb(90, 90, 90);
}
.projectCard.light .socialIcon {
fill: #333;
}
.projectCard.light .socialIcon:hover {
fill: #6e6e6e;
}