From 351f32cd42ef0e54e75b1e42abe5d8f4e8ea9cca Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 12 Dec 2019 09:15:03 +0300 Subject: default.css: auto switch night/day modes --- js/read.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/read.js') diff --git a/js/read.js b/js/read.js index 58605ec..86a630f 100644 --- a/js/read.js +++ b/js/read.js @@ -23,7 +23,7 @@ function init_loader() { const res_names = [ "lib/bootstrap/v3/js/jquery.js", "lib/jquery.mobile-events.min.js", "css/transitions.css", "js/reader.js", "css/reader.css", "js/dict.js", - "themes/default.css", "themes/mocca.css", "themes/night.css", + "themes/default.css", "themes/light.css", "themes/mocca.css", "themes/night.css", "themes/plan9.css", "themes/gray.css", "themes/sepia.css" ]; for (let i = 0; i < res_names.length; i++) { -- cgit v1.2.3