From f858879a3d13bcec694a5e2493fbfe3a1a233e13 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 25 Feb 2017 17:04:26 +0300 Subject: add night mode --- read.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'read.html') diff --git a/read.html b/read.html index 345976c..fdd66ee 100644 --- a/read.html +++ b/read.html @@ -125,6 +125,10 @@ + + @@ -185,6 +189,7 @@ //styles: { fontSize: '24px', lineHeight: '130%', fontFamily: 'Georgia' } window.book = book; + apply_night_mode(); var rendered = book.renderTo("reader"); -- cgit v1.2.3