update mycelium template

This commit is contained in:
2025-05-13 00:08:22 +03:00
parent fde1b767c4
commit fe1df2ac35
9 changed files with 69 additions and 34 deletions

View File

@@ -10,7 +10,7 @@
<script src="{{ get_url(path='js/main.js') }}" defer></script>
{% block head %}{% endblock %}
</head>
<body class="bg-gray-100 min-h-screen flex flex-col">
<body class="bg-white dark:bg-gray-900 text-gray-800 dark:text-white min-h-screen flex flex-col transition-colors duration-200">
<header>
{% include "partials/navigation.html" %}
</header>
@@ -21,9 +21,9 @@
</div>
</div>
</main>
<footer class="bg-white shadow mt-auto">
<footer class="bg-white dark:bg-gray-900 shadow mt-auto">
<div class="max-w-7xl mx-auto py-4 px-4 sm:px-6 lg:px-8">
<p class="text-center text-gray-500">
<p class="text-center text-gray-500 dark:text-gray-400">
&copy; {{ now() | date(format="%Y") }} {{ config.title }}
</p>
</div>