1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-10 00:16:18 +02:00

change box shadow color

This commit is contained in:
Kushagra Gour
2023-08-07 16:27:52 +05:30
parent 2b0052d522
commit 97a3346643

View File

@ -475,7 +475,7 @@
animation-timeline: --page-scroll; animation-timeline: --page-scroll;
} }
.say { .say {
box-shadow: var(--shadow-x, -10px) var(--shadow-y,5px) 0px 2px rgba(0, 0, 0, 0.15); box-shadow: var(--shadow-x, -10px) var(--shadow-y,5px) 0px 2px rgba(0, 0, 0, 0.75);
animation: shadow-progress auto linear; animation: shadow-progress auto linear;
animation-timeline: --page-scroll; animation-timeline: --page-scroll;
will-change: box-shadow, scale, transform; will-change: box-shadow, scale, transform;