Skip to content

Commit

Permalink
Improved text and button visibility in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay0611 committed Nov 19, 2024
1 parent 8e7e543 commit fee297d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1955,6 +1955,14 @@ <h2>- Neha Singh</h2>
font-style: italic;
margin: 0 0 15px 0;
}

body.dark-mode h3.title {
color: #e0e0e0;
}

body.dark-mode #next, body.dark-mode #prev {
color: #e0e0e0;
}
</style>

<script>
Expand Down

0 comments on commit fee297d

Please sign in to comment.