From c7ba27acc50b06f0f7c2cced9b609a15cc9552d9 Mon Sep 17 00:00:00 2001 From: adam <56338480+adastx@users.noreply.github.com> Date: Sun, 28 Aug 2022 10:16:39 +0200 Subject: Added option to toggle dark mode --- dst/.files | 4 --- dst/ase.html | 38 ++++++++++++++++------------ dst/game.html | 38 ++++++++++++++++------------ dst/index.html | 38 ++++++++++++++++------------ dst/scripts/darktheme.js | 27 ++++++++++++++++++++ dst/spo.html | 38 ++++++++++++++++------------ dst/styles/style.css | 64 ++++++++++++++++++++++++++++++++++-------------- src/_footer.html | 35 ++++++++++++++------------ src/_header.html | 3 +++ src/scripts/darktheme.js | 27 ++++++++++++++++++++ src/styles/style.css | 64 ++++++++++++++++++++++++++++++++++-------------- 11 files changed, 254 insertions(+), 122 deletions(-) create mode 100644 dst/scripts/darktheme.js create mode 100644 src/scripts/darktheme.js diff --git a/dst/.files b/dst/.files index 1917e09..a425f16 100644 --- a/dst/.files +++ b/dst/.files @@ -1,5 +1 @@ ./styles/style.css -./game.md -./index.md -./ase.md -./spo.md diff --git a/dst/ase.html b/dst/ase.html index d722783..344a253 100644 --- a/dst/ase.html +++ b/dst/ase.html @@ -8,11 +8,14 @@
Automated access to well defined environments. Tools like Docker for containerization or Virtual Machines.
- - + + + +