diff --git a/styles/chatgpt/catppuccin.user.css b/styles/chatgpt/catppuccin.user.css index 6c7a94b..041aa4a 100644 --- a/styles/chatgpt/catppuccin.user.css +++ b/styles/chatgpt/catppuccin.user.css @@ -253,6 +253,7 @@ color: @text !important; } + /* Buttons */ .btn-neutral { background-color: @surface1 !important; color: @text !important; @@ -267,6 +268,11 @@ color: @crust !important; } + .btn-danger { + background-color: @red !important; + color: @crust !important; + } + .text-2xl { color: @text !important; }