reduce bg opacity

This commit is contained in:
HorizonCode 2024-12-12 10:32:29 +01:00
parent a271522069
commit e305e6eed9

View File

@ -6,6 +6,6 @@
<img
src={background}
alt="background"
class="absolute top-0 left-0 w-screen -z-10 pointer-events-none blur opacity-40"
class="absolute top-0 left-0 w-screen -z-10 pointer-events-none blur opacity-10"
/>
</div>