From a3b9bee22eea30b8b8ffbf30a43c53c5742f834a Mon Sep 17 00:00:00 2001 From: johannst Date: Sat, 21 Mar 2020 11:51:10 +0000 Subject: deploy: cb747f51cbe63e1302192eaf029ebdd4f1e154c0 --- print.html | 51 +++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 45 insertions(+), 6 deletions(-) (limited to 'print.html') diff --git a/print.html b/print.html index de3e0e1..66d3abe 100644 --- a/print.html +++ b/print.html @@ -1,5 +1,5 @@ - + @@ -38,7 +38,7 @@ @@ -64,7 +64,7 @@ if (theme === null || theme === undefined) { theme = default_theme; } var html = document.querySelector('html'); html.classList.remove('no-js') - html.classList.remove('ayu') + html.classList.remove('light') html.classList.add(theme); html.classList.add('js'); @@ -83,7 +83,7 @@ @@ -102,11 +102,11 @@