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;
background-size: 400% 400%;
&::before {
position: absolute;
top: -50%;
left: -50%;
width: var(--bgWidth);
height: var(--bgHeight);
background-image: var(--bgColor);
content: "";
z-index: -1;
transform: rotateZ(0deg);
transform-origin: center;
animation: bgRotate 10s linear infinite;
filter: brightness(100%) saturate(200%) contrast(1.5);
}
//&::before {
// position: absolute;
// top: -50%;
// left: -50%;
// width: var(--bgWidth);
// height: var(--bgHeight);
// background-image: var(--bgColor);
// content: "";
// z-index: -1;
// transform: rotateZ(0deg);
// transform-origin: center;
// animation: bgRotate 10s linear infinite;
// filter: brightness(100%) saturate(200%) contrast(1.5);
//}
}
.bgGradientMaterial-base {