style: change the pattern slightly

This commit is contained in:
MAZE 2024-02-08 18:15:47 +03:30
parent 0f32de3c0c
commit 5fc3e7e5d0

View File

@ -13,14 +13,11 @@
width: 100%;
height: 100%;
background-image: radial-gradient(
var(--color-neutral-300) 6%,
transparent 5%
),
radial-gradient(var(--color-neutral-300) 5%, transparent 6%);
background-position:
0 0,
30px 30px;
background-size: 30px 30px;
var(--color-neutral-300) 5%,
transparent 5%
);
background-position: top center;
background-size: 31px 31px;
opacity: 0.8;
mask-image: linear-gradient(#fff, transparent, transparent);
}