style: adjust avatar color shift animation values

This commit is contained in:
Dejvino 2026-05-23 18:05:46 +02:00 committed by Dejvino (aider)
parent bb2cfd342e
commit 65cdf845bb

View File

@ -52,11 +52,9 @@
@keyframes avatar-color-shift {
/* Cyan phase */
0%, 100% { filter: grayscale(100%) sepia(100%) hue-rotate(180deg) saturate(0.6) brightness(1.1); }
0%, 100% { filter: grayscale(100%) sepia(100%) hue-rotate(230deg) saturate(1.4) brightness(1.0); }
/* Light Blue phase */
33% { filter: grayscale(100%) sepia(100%) hue-rotate(210deg) saturate(0.5) brightness(1.15); }
/* White phase */
66% { filter: grayscale(100%) sepia(100%) hue-rotate(0deg) saturate(0) brightness(1.2); }
45% { filter: grayscale(100%) sepia(100%) hue-rotate(160deg) saturate(1.1) brightness(1.0); }
}