From 68fe214dbd686e62522a27cc684e1cafdccfe307 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 07:27:08 +0000 Subject: [PATCH] style: format code with prettier --- styles/chatgpt/catppuccin.user.css | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/styles/chatgpt/catppuccin.user.css b/styles/chatgpt/catppuccin.user.css index e0184b9..e3a85ed 100644 --- a/styles/chatgpt/catppuccin.user.css +++ b/styles/chatgpt/catppuccin.user.css @@ -229,11 +229,7 @@ /* Search */ div[class*="bg-gray-700"] { - background-color: if( - @lookup = latte, - @base, - @surface0 - ) !important; + background-color: if(@lookup = latte, @base, @surface0) !important; } [class*="text-gray-"], @@ -293,11 +289,7 @@ /* Buttons */ .btn-neutral { - background-color: if( - @lookup = latte, - @base, - @surface1 - ) !important; + background-color: if(@lookup = latte, @base, @surface1) !important; color: @text !important; } @@ -342,11 +334,11 @@ .dark .dark\:bg-gray-800 { background-color: @surface0; } - + .dark .dark\:hover\:bg-gray-800:hover { background-color: @surface1; } - + .radix-state-active\:bg-gray-800[data-state="active"] { background-color: @surface0; }