diff --git a/src/renderer/style.less b/src/renderer/style.less index 9210622a..079c9615 100644 --- a/src/renderer/style.less +++ b/src/renderer/style.less @@ -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 {