Adjust live flasher animated saturation

This commit is contained in:
2026-05-18 20:36:47 +01:00
parent 03495764e0
commit 9e0f53b7fe

View File

@@ -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);
}
}