diff --git a/styles/anilist/catppuccin.user.less b/styles/anilist/catppuccin.user.less index b4ef82cbc0..3804358208 100644 --- a/styles/anilist/catppuccin.user.less +++ b/styles/anilist/catppuccin.user.less @@ -99,10 +99,10 @@ --color-text: #rgbify(@text)[]; --color-text-light: #rgbify(@subtext1)[]; --color-text-lighter: #rgbify(@subtext0)[]; - & when (@lookup =latte) { + & when (@flavor = latte) { --color-text-bright: #rgbify(@crust) []; } - & when not (@lookup =latte) { + & when not (@flavor = latte) { --color-text-bright: #rgbify(@text) []; } --color-blue: #rgbify(@accent)[];