- style tweaks
- container follows cursor
This commit is contained in:
cv
2021-05-20 13:42:53 +02:00
parent cc7b8278b8
commit 6ae0755696
2 changed files with 18 additions and 15 deletions
@@ -24,12 +24,11 @@
width: 100%;
background: linear-gradient(
180deg,
#ff7597 0%,
#0000 10%,
#0000 90%,
#ff7597 100%
#ff7597 2%,
#0001 3%,
#0001 97%,
#ff7597 98%
);
border-radius: 20px;
transition: 0.3s;
transition-property: all;
border-radius: 14px;
}