Re-add full white background on landing

This commit is contained in:
Realmy 2024-11-16 13:02:29 +01:00
parent ef20f76a85
commit e9e9feebbe
1 changed files with 6 additions and 2 deletions

View File

@ -11,16 +11,20 @@
</script> </script>
<div <div
class="absolute -z-50 top-0 left-0 w-full h-full flex items-center justify-center overflow-hidden" class="absolute -z-30 top-0 left-0 w-full h-full flex items-center justify-center overflow-hidden"
> >
<VertVBig class="fill-[--fg] opacity-50" /> <VertVBig class="fill-[--fg] opacity-50" />
</div> </div>
<div <div
class="fixed top-0 left-0 w-screen h-screen -z-50 pointer-events-none" class="fixed top-0 left-0 w-screen h-screen -z-40 pointer-events-none"
style="background: var(--bg-gradient);" style="background: var(--bg-gradient);"
></div> ></div>
<div
class="fixed top-0 left-0 w-screen h-screen -z-50 pointer-events-none bg-panel"
></div>
<div class="w-screen h-screen flex items-center justify-center"> <div class="w-screen h-screen flex items-center justify-center">
<div class="max-w-5xl w-full"> <div class="max-w-5xl w-full">
<div class="flex items-center h-[266px] gap-24"> <div class="flex items-center h-[266px] gap-24">