mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-09 19:24:58 +02:00
change box shadow color
This commit is contained in:
parent
2b0052d522
commit
97a3346643
@ -475,7 +475,7 @@
|
||||
animation-timeline: --page-scroll;
|
||||
}
|
||||
.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-timeline: --page-scroll;
|
||||
will-change: box-shadow, scale, transform;
|
||||
|
Loading…
x
Reference in New Issue
Block a user