Skip to content

Commit

Permalink
Update changeTheme.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DogukanUrker committed Jan 21, 2024
1 parent 0afde2b commit 16607c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/tailwindUI/js/changeTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function toLight() {

// Update the CSS class of the body element
document.body.className =
"text-neutral-900 bg-neutral-100 selection:bg-neutral-800 selection:text-rose-500";
"text-neutral-900 bg-neutral-100 selection:bg-neutral-200 selection:text-rose-500";

// Update the HTML content of the button
document.querySelector(".changeTheme").innerHTML =
Expand Down

0 comments on commit 16607c4

Please sign in to comment.