Skip to content

Commit 7a7c993

Browse files
authored
Merge pull request #318 from thevijayshankersharma/profile
Fix Text Visibility in Light Mode
2 parents e739049 + 386f1b2 commit 7a7c993

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@ body.dark-mode .profile p {
214214
transition: background-color 0.5s ease;
215215
}
216216

217+
.no-profiles-message h2 {
218+
color: black;
219+
}
220+
217221
/* Styling for Vertical Scrollbar */
218222

219223
::-webkit-scrollbar {

0 commit comments

Comments
 (0)