Skip to content

Commit

Permalink
Fix text visibility issue in dark mode for blog.html
Browse files Browse the repository at this point in the history
  • Loading branch information
thevijayshankersharma committed Aug 7, 2024
1 parent 0fca71a commit 58bd387
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,11 @@ body.dark-mode .navbar-link {
color: #f0f0f0;
}

body.dark-mode .navbar-text {
background-color: #333;
color: #f0f0f0;
}

body.dark-mode .navbar-link:hover {
background-color: #555;
}
Expand Down

0 comments on commit 58bd387

Please sign in to comment.