fix(chess.com): fix background being unthemed (#164)

This commit is contained in:
Isabel 2023-08-08 17:12:54 +01:00 committed by GitHub
parent 10015ea3a9
commit 5f5a744a95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
@name Chess.com Catppuccin @name Chess.com Catppuccin
@namespace github.com/catppuccin/userstyles/styles/chess.com @namespace github.com/catppuccin/userstyles/styles/chess.com
@homepageURL https://github.com/catppuccin/userstyles/tree/main/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 @updateURL https://raw.githubusercontent.com/catppuccin/userstyles/main/styles/chess.com/catppuccin.user.css
@description Soothing pastel theme for Chess.com @description Soothing pastel theme for Chess.com
@author Catppuccin @author Catppuccin
@ -232,14 +232,8 @@
@wq: @catppuccin[@@lookup][@wq]; @wq: @catppuccin[@@lookup][@wq];
@wr: @catppuccin[@@lookup][@wr]; @wr: @catppuccin[@@lookup][@wr];
& when (@lookup ="latte") {
body {
background: @base;
}
}
& { & {
background: @base; --theme-background-color: @base !important;
--globalBackground: @mantle !important; --globalBackground: @mantle !important;
--globalBackgroundOpaque: @mantle !important; --globalBackgroundOpaque: @mantle !important;
--globalSecondaryBackground: @crust !important; --globalSecondaryBackground: @crust !important;