mirror of
https://github.com/remvze/moodist.git
synced 2025-09-29 15:30:49 -04:00
style: change the pattern slightly
This commit is contained in:
parent
0f32de3c0c
commit
5fc3e7e5d0
@ -13,14 +13,11 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-image: radial-gradient(
|
background-image: radial-gradient(
|
||||||
var(--color-neutral-300) 6%,
|
var(--color-neutral-300) 5%,
|
||||||
transparent 5%
|
transparent 5%
|
||||||
),
|
);
|
||||||
radial-gradient(var(--color-neutral-300) 5%, transparent 6%);
|
background-position: top center;
|
||||||
background-position:
|
background-size: 31px 31px;
|
||||||
0 0,
|
|
||||||
30px 30px;
|
|
||||||
background-size: 30px 30px;
|
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
mask-image: linear-gradient(#fff, transparent, transparent);
|
mask-image: linear-gradient(#fff, transparent, transparent);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user