mirror of https://github.com/VERT-sh/VERT.git
fix: make page dragover effect subtler on light
This commit is contained in:
parent
1444c835ca
commit
ca32c573a6
|
@ -168,7 +168,7 @@
|
|||
>
|
||||
{#if dropping}
|
||||
<div
|
||||
class="fixed w-screen h-screen opacity-50 dynadark:opacity-20 z-[100] pointer-events-none blur-2xl {$effects
|
||||
class="fixed w-screen h-screen opacity-40 dynadark:opacity-20 z-[100] pointer-events-none blur-2xl {$effects
|
||||
? 'dragoverlay'
|
||||
: 'bg-accent-blue'}"
|
||||
class:_dragover={dropping && $effects}
|
||||
|
|
Loading…
Reference in New Issue