Adjust live flasher animated saturation
This commit is contained in:
@@ -30,11 +30,11 @@
|
||||
@keyframes live-pulse {
|
||||
0%, 100% {
|
||||
box-shadow: 0 0 14px forestgreen;
|
||||
filter: opacity(1);
|
||||
filter: opacity(1) saturate(1);
|
||||
}
|
||||
50% {
|
||||
box-shadow: 0 0 2px forestgreen;
|
||||
filter: opacity(0.2);
|
||||
filter: opacity(0.2) saturate(0.95);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user