style: increase pattern opacity

This commit is contained in:
MAZE 2024-02-25 15:08:56 +03:30
parent 7ed016d855
commit 5b83710c75

View file

@ -18,7 +18,7 @@
); );
background-position: top center; background-position: top center;
background-size: 31px 31px; background-size: 31px 31px;
opacity: 0.8; opacity: 0.9;
mask-image: linear-gradient(#fff, transparent, transparent); mask-image: linear-gradient(#fff, transparent, transparent);
} }
} }