From bd73dd4bfff458f694a0eab1f1da4ca8bc8685b0 Mon Sep 17 00:00:00 2001 From: nr072 <26773186+nr072@users.noreply.github.com> Date: Sun, 8 Sep 2019 20:25:04 +0600 Subject: [PATCH] fix: change light theme's colors to defualt --- static/script/theme-toggle.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/script/theme-toggle.js b/static/script/theme-toggle.js index 6ebfde2..e56a2bc 100644 --- a/static/script/theme-toggle.js +++ b/static/script/theme-toggle.js @@ -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.