Skip to content

Commit

Permalink
fix: change light theme's colors to defualt
Browse files Browse the repository at this point in the history
  • Loading branch information
nr072 committed Sep 8, 2019
1 parent bc3448f commit bd73dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/script/theme-toggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

let darkBodyColor = "#333",
darkTextColor = "#ddd",
lightBodyColor = "beige",
lightTextColor = "slategray";
lightBodyColor = "#fff",
lightTextColor = "#000";


// Create toggle button and add to page automatically.
Expand Down

0 comments on commit bd73dd4

Please sign in to comment.