mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-09-02 02:12:37 +02:00
Add 'light-mode' class when not in dark mode
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
|
||||
<title>{% block title %}{% endblock %} • Directory Lister</title>
|
||||
|
||||
<div id="app" class="flex flex-col min-h-screen font-mono {{ config('dark_mode') ? 'dark-mode' : '' }}">
|
||||
<div id="app" class="flex flex-col min-h-screen font-mono {{ config('dark_mode') ? 'dark-mode' : 'light-mode' }}">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user