mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-09 08:02:24 +02:00
change box shadow color
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user