From 5f5a744a95562f11490d8e05d9e43e8615623019 Mon Sep 17 00:00:00 2001 From: Isabel <71222764+isabelroses@users.noreply.github.com> Date: Tue, 8 Aug 2023 17:12:54 +0100 Subject: [PATCH] fix(chess.com): fix background being unthemed (#164) --- styles/chess.com/catppuccin.user.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/styles/chess.com/catppuccin.user.css b/styles/chess.com/catppuccin.user.css index 2756537..f0db86e 100644 --- a/styles/chess.com/catppuccin.user.css +++ b/styles/chess.com/catppuccin.user.css @@ -2,7 +2,7 @@ @name Chess.com Catppuccin @namespace github.com/catppuccin/userstyles/styles/chess.com @homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/chess.com -@version 0.1.1 +@version 0.1.2 @updateURL https://raw.githubusercontent.com/catppuccin/userstyles/main/styles/chess.com/catppuccin.user.css @description Soothing pastel theme for Chess.com @author Catppuccin @@ -232,14 +232,8 @@ @wq: @catppuccin[@@lookup][@wq]; @wr: @catppuccin[@@lookup][@wr]; - & when (@lookup ="latte") { - body { - background: @base; - } - } - & { - background: @base; + --theme-background-color: @base !important; --globalBackground: @mantle !important; --globalBackgroundOpaque: @mantle !important; --globalSecondaryBackground: @crust !important;