From 250ac57e6a1d50ae75621537fc7dac21045a9b37 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Date: Fri, 10 Jan 2025 17:06:35 +0530 Subject: [PATCH] fix(chatgpt): limit alert bg and middle pricing panel (#1569) --- styles/chatgpt/catppuccin.user.less | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/styles/chatgpt/catppuccin.user.less b/styles/chatgpt/catppuccin.user.less index 5d83f7cdd2..8bc40ba4fa 100644 --- a/styles/chatgpt/catppuccin.user.less +++ b/styles/chatgpt/catppuccin.user.less @@ -386,7 +386,7 @@ } .border-green-600 { - border-color: @green; + border-color: @accent; } .border-orange-400 { @@ -414,10 +414,6 @@ } /* Backgrounds */ - .bg-token-main-surface-primary { - background-color: var(--main-surface-primary); - } - .\!bg-brand-purple { background-color: @accent !important; } @@ -614,7 +610,7 @@ } .bg-green-600 { - background-color: @green; + background-color: fade(@accent, 10%); } .bg-orange-500 { @@ -790,7 +786,7 @@ } .text-green-600 { - color: @green; + color: @accent; } .text-green-700 {