Skip to content

Commit 386f1b2

Browse files
Changed the color of text 'No Profile found'
1 parent e739049 commit 386f1b2

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)