From 6dc31052e12a3fa709df1f134d53c2e434f6d50c Mon Sep 17 00:00:00 2001 From: booploops <49113086+booploops@users.noreply.github.com> Date: Thu, 3 Feb 2022 20:07:31 -0800 Subject: [PATCH] removed css rule for linux that was previously used to disable acrylic --- src/renderer/style.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/renderer/style.less b/src/renderer/style.less index e83ac9b3..f5713b50 100644 --- a/src/renderer/style.less +++ b/src/renderer/style.less @@ -68,10 +68,6 @@ body[loading] { } } -body[platform='linux'] { - background: #222; -} - body.notransparency::before { content: ""; position: absolute;