mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +00:00
style: change gradient
This commit is contained in:
parent
60cb453847
commit
9e38a8fd7d
1 changed files with 4 additions and 1 deletions
|
|
@ -23,7 +23,10 @@
|
|||
z-index: -1;
|
||||
height: 55%;
|
||||
aspect-ratio: 1 / 1;
|
||||
background-image: radial-gradient(transparent, var(--color-neutral-100));
|
||||
background-image: radial-gradient(
|
||||
var(--color-neutral-50),
|
||||
var(--color-neutral-100)
|
||||
);
|
||||
border: 1px solid var(--color-neutral-200);
|
||||
border-radius: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue