Skip to content

Commit d30dab3

Browse files
Merge branch 'aryan_show_team_members' of github.com:OneCommunityGlobal/HighestGoodNetworkApp into aryan_show_team_members
2 parents 4ddb656 + 6a7d903 commit d30dab3

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
@@ -138,3 +138,24 @@
138138
.darkMode .scoreMax {
139139
color: #ffffff !important;
140140
}
141+
142+
.darkMode {
143+
color: #111 !important;
144+
-webkit-text-fill-color: #111 !important;
145+
}
146+
147+
.darkMode .contactLine,
148+
.darkMode .skillsText {
149+
color: #616161 !important;
150+
}
151+
152+
.darkMode .userName {
153+
color: black !important;
154+
}
155+
156+
.darkMode .scoreLine,
157+
.darkMode .scoreLabel,
158+
.darkMode .scoreValue,
159+
.darkMode .scoreMax {
160+
color: #111 !important;
161+
}

0 commit comments

Comments
 (0)