mirror of
https://github.com/thiloho/thiloho.github.io.git
synced 2025-11-22 10:21:36 +01:00
Adjust skew height and dark footer bg
This commit is contained in:
@@ -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">© 2025 Thilo Hohlt</p>
|
||||
|
||||
Reference in New Issue
Block a user