From d0182d890833f63b98926e7a9228ea9236b10255 Mon Sep 17 00:00:00 2001 From: Pieter Degroote Date: Sat, 3 Aug 2019 22:52:43 +0200 Subject: [PATCH 1/1] Add files via upload Additional support for the dark mode has been added in the HTML (using 'prefers-color-scheme: dark'), and the '' header has been added. For this, the OS theme needs to be set to 'dark mode' and a recent web browser is required (Chrome 76+, Firefox 68+ or Safari 12.1+). --- docs/documentation.html | 3 +-- docs/index.html | 3 +-- docs/integration-klc.html | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/documentation.html b/docs/documentation.html index 881bd48..1aaeb1c 100644 --- a/docs/documentation.html +++ b/docs/documentation.html @@ -1,5 +1,4 @@ - - + diff --git a/docs/index.html b/docs/index.html index caffda1..6dfc758 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,5 +1,4 @@ - - + diff --git a/docs/integration-klc.html b/docs/integration-klc.html index 07f3e21..c454329 100644 --- a/docs/integration-klc.html +++ b/docs/integration-klc.html @@ -1,5 +1,4 @@ - - + -- 2.47.3