Fix dark color (too blue-ish)

This commit is contained in:
weeb 2025-05-02 16:24:49 +02:00
parent b8d2ec698c
commit a3235c70e7

View File

@ -12,7 +12,7 @@
{{ $slot }} {{ $slot }}
</div> </div>
</div> </div>
<footer class="bg-white rounded-lg shadow-sm m-4 dark:bg-gray-800"> <footer class="bg-white rounded-lg shadow-sm m-4 dark:bg-neutral-800">
<div class="w-full mx-auto max-w-screen-xl p-4 md:flex md:items-center md:justify-between"> <div class="w-full mx-auto max-w-screen-xl p-4 md:flex md:items-center md:justify-between">
<span class="text-sm text-gray-500 sm:text-center dark:text-gray-400">Source code: <a <span class="text-sm text-gray-500 sm:text-center dark:text-gray-400">Source code: <a
href="https://gitea.lolispace.moe/weeb/lolispace-applications" class="hover:underline">Gitea</a>. href="https://gitea.lolispace.moe/weeb/lolispace-applications" class="hover:underline">Gitea</a>.