From ec45e894e7e3fdb1979794ff293b40f71e336ae3 Mon Sep 17 00:00:00 2001 From: archseer Date: Tue, 7 Sep 2021 04:06:19 +0000 Subject: [PATCH] deploy: fd36fbdebfa6508699979dc426725cbbc2dbe295 --- 404.html | 10 +- configuration.html | 20 ++- css/general.css | 13 ++ css/variables.css | 24 ++-- from-vim.html | 11 +- highlight.css | 101 +++++--------- hooks.html | 10 +- index.html | 13 +- install.html | 13 +- keymap.html | 93 ++++++------- print.html | 332 +++++++++++++++++++++++++++++---------------- remapping.html | 10 +- searchindex.js | 2 +- searchindex.json | 2 +- themes.html | 235 +++++++++++++++++++++----------- usage.html | 10 +- 16 files changed, 539 insertions(+), 360 deletions(-) diff --git a/404.html b/404.html index eb4830096..289145113 100644 --- a/404.html +++ b/404.html @@ -1,5 +1,5 @@ - + @@ -40,7 +40,7 @@ @@ -66,7 +66,7 @@ if (theme === null || theme === undefined) { theme = default_theme; } var html = document.querySelector('html'); html.classList.remove('no-js') - html.classList.remove('light') + html.classList.remove('colibri') html.classList.add(theme); html.classList.add('js'); @@ -103,12 +103,12 @@