Skip to content

Commit

Permalink
fixed titles in darkmode
Browse files Browse the repository at this point in the history
  • Loading branch information
laxmikandivalasa committed Nov 2, 2024
1 parent df1d115 commit 57487e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,9 @@ main {
.darkmode .card h6 {
color: #fff;
}

.darkmode #testimonials p{
color: #fff;
}
.darkmode .card h2{
color: #fff;
}
Expand Down

0 comments on commit 57487e4

Please sign in to comment.