summaryrefslogtreecommitdiff
path: root/js/read.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-12-12 09:15:03 +0300
committerAndrew Dolgov <[email protected]>2019-12-12 09:15:03 +0300
commit351f32cd42ef0e54e75b1e42abe5d8f4e8ea9cca (patch)
tree0e93399ccade7d9915368e531a9dcae89146faca /js/read.js
parent520e31b1621a69ce3157553c8ae29991555edbe4 (diff)
default.css: auto switch night/day modes
Diffstat (limited to 'js/read.js')
-rw-r--r--js/read.js2
1 files changed, 1 insertions, 1 deletions
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++) {