Skip to content

Commit 27a3bdb

Browse files
Updated team members components
1 parent ed1fb10 commit 27a3bdb

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

src/components/HGNHelpSkillsDashboard/style/UserCard.module.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,24 @@
153153
padding: 24px 0 32px;
154154
justify-items: center;
155155
}
156+
157+
.darkMode {
158+
color: #111 !important;
159+
-webkit-text-fill-color: #111 !important;
160+
}
161+
162+
.darkMode .contactLine,
163+
.darkMode .skillsText {
164+
color: #616161 !important;
165+
}
166+
167+
.darkMode .userName {
168+
color: black !important;
169+
}
170+
171+
.darkMode .scoreLine,
172+
.darkMode .scoreLabel,
173+
.darkMode .scoreValue,
174+
.darkMode .scoreMax {
175+
color: #111 !important;
176+
}

0 commit comments

Comments
 (0)