Adds color mode toggle and CSS theming.

This commit is contained in:
Michael Beck
2025-02-05 20:30:04 +01:00
parent 8852142535
commit 06af0fd666
4 changed files with 247 additions and 2 deletions

View File

@@ -1,2 +1,4 @@
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="{{url_for('static', filename='color_mode.js')}}"></script>
</body>
</html>