default to light mode for dev

because apps should always be made light mode first.

Makes it easier to implement nicer dark mode later on.
This commit is contained in:
Corban-Lee Jones 2024-01-22 01:10:25 +00:00
parent 90abffac05
commit 368cdc6359

View File

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