From 8681880944494fa8d9430bbb7cff477cf6d7f400 Mon Sep 17 00:00:00 2001 From: Ayush Dumasia Date: Sat, 21 Jun 2025 09:48:43 +0530 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9E:=20ChatGPT=20userstyle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Background color was not applying --- styles/chatgpt/catppuccin.user.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/styles/chatgpt/catppuccin.user.less b/styles/chatgpt/catppuccin.user.less index 27a00f6918..6edf15b828 100644 --- a/styles/chatgpt/catppuccin.user.less +++ b/styles/chatgpt/catppuccin.user.less @@ -446,6 +446,15 @@ } /* Main message input box, popup menus, and dropdowns */ + /* Background */ + main { + background-color: @base; + } + + #stage-sidebar-tiny-bar { + background-color: @mantle; + } + .bg-\[\#303030\], .dark\:bg-\[\#303030\], .dark\:bg-\[\#353535\] {