labguage and colormode support
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user