dark_mode

This commit is contained in:
ben8
2025-07-11 16:54:00 +02:00
parent 7f845b8f36
commit d17d41e07a
36 changed files with 296 additions and 264 deletions

View File

@@ -1,6 +1,6 @@
{% load static %}
<!DOCTYPE html>
<html lang="de">
<html lang="de" class="dark:bg-gray-900">
<head>
<link rel="icon" type="image/png" href="{% static 'icons/favicon.png' %}">
<meta charset="UTF-8">
@@ -75,5 +75,6 @@
<style>html {
overflow-y: scroll;
}</style>
</body>
</html>