Adjust skew height and dark footer bg

This commit is contained in:
thiloho
2025-04-27 01:47:57 +02:00
parent ed9cd12377
commit 73a27a81b8

View File

@@ -1,8 +1,8 @@
<footer
class="prose prose-neutral dark:prose-invert prose-a:text-blue-800 prose-a:dark:text-blue-300 prose-a:hover:no-underline relative flex max-w-none flex-col items-center bg-neutral-100 px-4 pt-12 pb-6 dark:bg-neutral-900"
class="prose prose-neutral dark:prose-invert prose-a:text-blue-800 prose-a:dark:text-blue-300 prose-a:hover:no-underline relative flex max-w-none flex-col items-center bg-neutral-100 px-4 pt-12 pb-6 dark:bg-[#1f1f1f]"
>
<div
class="absolute bottom-28 h-28 w-full -skew-y-2 border-b border-dashed border-neutral-400 bg-white dark:border-neutral-500 dark:bg-neutral-800"
class="absolute bottom-28 h-20 w-full -skew-y-2 border-b border-dashed border-neutral-400 bg-white dark:border-neutral-500 dark:bg-neutral-800"
>
</div>
<p class="mb-2">&copy; 2025 Thilo Hohlt</p>