adjusted filter

This commit is contained in:
booploops 2022-01-03 19:58:35 -08:00
parent 250a94f991
commit acbc4a8995

View file

@ -113,7 +113,7 @@ body[platform='linux'] {
transform: rotateZ(0deg);
transform-origin: center;
animation: bgRotate 10s linear infinite;
filter: brightness(300%) saturate(300%) contrast(1.5);
filter: brightness(100%) saturate(200%) contrast(1.5);
}
@keyframes bgRotate {