Skip to content

Commit

Permalink
Fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
aandrew-me committed Jan 16, 2023
1 parent be0d42c commit 60dcd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function toggle() {
circle.style.left = "0px";

root.style.setProperty("--background", "whitesmoke");
root.style.setProperty("--text", "rgb(255, 255, 255)");
root.style.setProperty("--text", "rgb(45, 45, 45)");
root.style.setProperty("--box-main", "rgb(174 249 224)");
root.style.setProperty("--box-toggle", "rgb(108, 231, 190)");
root.style.setProperty("--theme-toggle", "rgb(147, 174, 185)");
Expand Down

0 comments on commit 60dcd70

Please sign in to comment.