mirror of https://github.com/VERT-sh/VERT.git
Re-add full white background on landing
This commit is contained in:
parent
ef20f76a85
commit
e9e9feebbe
|
@ -11,16 +11,20 @@
|
|||
</script>
|
||||
|
||||
<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" />
|
||||
</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);"
|
||||
></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="max-w-5xl w-full">
|
||||
<div class="flex items-center h-[266px] gap-24">
|
||||
|
|
Loading…
Reference in New Issue