From 66cbf5dbbae0e64b307855297a88380f283aabe0 Mon Sep 17 00:00:00 2001 From: jakubmanczak Date: Tue, 28 Oct 2025 19:24:27 +0100 Subject: [PATCH] add dark mode --- web/base.html | 4 ++- web/footer.html | 24 ++++++++++------ web/index.html | 22 ++++++++------- web/input.css | 71 +++++++++++------------------------------------ web/notfound.html | 12 +++++--- web/statcard.html | 6 ++-- 6 files changed, 59 insertions(+), 80 deletions(-) diff --git a/web/base.html b/web/base.html index a95dc7b..52fbcf5 100644 --- a/web/base.html +++ b/web/base.html @@ -14,7 +14,9 @@ {% block title %}{{ title }}{% endblock %} {% block head %} {% endblock %} - + {% block pagecontent %} {{ pagecontent }} {% endblock %} diff --git a/web/footer.html b/web/footer.html index c312b90..964aeb6 100644 --- a/web/footer.html +++ b/web/footer.html @@ -1,5 +1,5 @@