summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-12-12 20:35:12 +0300
committerAndrew Dolgov <[email protected]>2019-12-12 20:35:12 +0300
commitbafd0b747449e0d1814389ddc3d528e0ca8b6ed2 (patch)
tree33665e6a95de41b9d32a293bbdc8863c4d32ea78 /worker.js
parentd462303ce923e15b596eac41d69abfefb66caa90 (diff)
enable automatic night mode for index pages
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/worker.js b/worker.js
index 9e87d33..ea568c8 100644
--- a/worker.js
+++ b/worker.js
@@ -33,6 +33,7 @@ const CACHE_URLS = [
'lib/holder.min.js',
'lib/bootstrap/v3/css/bootstrap-theme.min.css',
'lib/bootstrap/v3/css/bootstrap.min.css',
+ 'lib/bootstrap/v3/css/theme-dark.min.css',
'lib/bootstrap/v3/js/jquery.js',
'lib/bootstrap/v3/js/bootstrap.min.js',
'lib/bootstrap/v3/fonts/glyphicons-halflings-regular.woff2',