Skip to content

Commit

Permalink
dark mode bug fixed;
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-cj committed Oct 18, 2024
1 parent d5cdbc9 commit 6867ee2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,15 @@
background-color: #333; /* Dark color for dark mode */
color: white; /* Light text color for dark mode */
}
.description h2 {
.description_noborder {
background-color: #333; /* Dark color for dark mode */
color: white; /* Light text color for dark mode */
}
.description_noborder h2{
background-color: #333; /* Dark color for dark mode */
color: white; /* Light text color for dark mode */
}
.description-content h2 {
background-color: #333; /* Dark color for dark mode */
color: white; /* Light text color for dark mode */
}
Expand Down

0 comments on commit 6867ee2

Please sign in to comment.