From bafd0b747449e0d1814389ddc3d528e0ca8b6ed2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 12 Dec 2019 20:35:12 +0300 Subject: enable automatic night mode for index pages --- worker.js | 1 + 1 file changed, 1 insertion(+) (limited to 'worker.js') 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', -- cgit v1.2.3