removed gradient anim from #app

This commit is contained in:
booploops 2022-01-03 21:34:17 -08:00
parent 35c200ce8a
commit 116a478be7

View file

@ -102,20 +102,20 @@ body[platform='linux'] {
overflow: hidden; overflow: hidden;
background-size: 400% 400%; background-size: 400% 400%;
&::before { //&::before {
position: absolute; // position: absolute;
top: -50%; // top: -50%;
left: -50%; // left: -50%;
width: var(--bgWidth); // width: var(--bgWidth);
height: var(--bgHeight); // height: var(--bgHeight);
background-image: var(--bgColor); // background-image: var(--bgColor);
content: ""; // content: "";
z-index: -1; // z-index: -1;
transform: rotateZ(0deg); // transform: rotateZ(0deg);
transform-origin: center; // transform-origin: center;
animation: bgRotate 10s linear infinite; // animation: bgRotate 10s linear infinite;
filter: brightness(100%) saturate(200%) contrast(1.5); // filter: brightness(100%) saturate(200%) contrast(1.5);
} //}
} }
.bgGradientMaterial-base { .bgGradientMaterial-base {