Skip to content

Commit

Permalink
correcting a colour in body dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamSupekar committed Aug 29, 2024
1 parent fb07a77 commit e2b181d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DarkMode.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

/* Dark Mode Styles */
body.dark-mode {
background-color: #121212;
background-color: #1e1e1e;
color: #e0e0e0;
}

Expand Down

0 comments on commit e2b181d

Please sign in to comment.