Dark mode implementation step 1

This commit is contained in:
2024-01-18 23:44:47 +00:00
parent f97bccbcec
commit 01da177cd1
4 changed files with 50 additions and 4 deletions

View File

@ -24,7 +24,7 @@
{% block stylesheets %}{% endblock stylesheets %}
</head>
<body class="app">
<body class="app" data-bs-theme="dark">
<!-- @TOC -->
<!-- =================================================== -->