From f61f32cd5bbd2d49cca1ba5900c57a5f08cb565e Mon Sep 17 00:00:00 2001 From: Isabel Date: Mon, 29 Jan 2024 10:09:16 +0000 Subject: [PATCH] fix: use better initatior Co-authored-by: uncenter <47499684+uncenter@users.noreply.github.com> --- styles/perplexity/catppuccin.user.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/perplexity/catppuccin.user.css b/styles/perplexity/catppuccin.user.css index de5344de31..a7a5f9c4b0 100644 --- a/styles/perplexity/catppuccin.user.css +++ b/styles/perplexity/catppuccin.user.css @@ -155,7 +155,7 @@ } } - :root[class="dark"] { + :root.dark { #catppuccin(@darkFlavor, @accentColor); } :root {