a bit delay adjustment
This commit is contained in:
parent
973262744f
commit
92e110b7bd
2 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ h3 { @apply text-xl md:text-2xl font-bold my-4; }
|
|||
h4 { @apply text-lg md:text-xl font-bold my-4; }
|
||||
h5 { @apply text-base md:text-lg font-bold my-4; }
|
||||
h6 { @apply text-sm md:text-base font-bold my-4; }
|
||||
a { @apply text-ctp-sapphire hover:text-ctp-sky underline focus:before:content-['>_'] focus:after:content-['_<'] focus:outline-none transition-none focus:no-underline; }
|
||||
a { @apply text-ctp-sapphire hover:text-ctp-sky underline focus:before:content-['_[_'] focus:after:content-['_]_'] focus:outline-none focus:no-underline; }
|
||||
article { @apply p-2 sm:p-4 text-ctp-subtext0; }
|
||||
p { @apply my-4 text-sm sm:text-base; }
|
||||
code { @apply bg-ctp-overlay0 p-0.5 rounded-md; }
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
</script>
|
||||
|
||||
<div class="fixed top-0 left-0 w-full h-full -bg-gradient-6 opacity-10 from-ctp-green via-transparent to-ctp-lavender" transition:fade={{
|
||||
duration: 1000, easing: cubicOut
|
||||
duration: 1500, easing: cubicOut
|
||||
}}></div>
|
||||
|
||||
<div class="fixed top-0 left-0 w-full h-full overflow-hidden flex justify-center items-center select-none" transition:blur={{
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
<div class="h-[calc(100%-8rem)] sm:h-[calc(100%-6rem)]"></div>
|
||||
|
||||
<div class="backdrop-blur-md w-[calc(100%-2rem)] ml-4 pt-4 border-t-2 border-x-2 border-ctp-base hover:border-ctp-sky shadow-inner rounded-t-3xl" transition:fly={{
|
||||
duration: 1000, easing: cubicOut, y: 200, opacity: 0,
|
||||
duration: 1500, easing: cubicOut, y: 200, opacity: 0,
|
||||
}}>
|
||||
<div class="max-w-3xl mx-auto px-4 pt-2 sm:pt-4">
|
||||
<header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue