From cabe36c822865b0159487461ca41710ca63953af Mon Sep 17 00:00:00 2001 From: Lukas Kucharczyk Date: Fri, 9 Aug 2024 12:22:26 +0200 Subject: [PATCH] add dark/light mode toggle --- games/templates/base.html | 71 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 70 insertions(+), 1 deletion(-) diff --git a/games/templates/base.html b/games/templates/base.html index ee17f8d..be8d84a 100644 --- a/games/templates/base.html +++ b/games/templates/base.html @@ -16,8 +16,16 @@ {% django_htmx_script %} + - +