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:
parent
90abffac05
commit
368cdc6359
@ -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 -->
|
||||||
<!-- =================================================== -->
|
<!-- =================================================== -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user