removed gradient anim from #app
This commit is contained in:
parent
35c200ce8a
commit
116a478be7
1 changed files with 14 additions and 14 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue