From 4bbac52482fa22da0318dff62a22d873dace15a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Karl=C3=A9n?= <113891532+adriankarlen@users.noreply.github.com> Date: Thu, 3 Aug 2023 09:47:48 +0200 Subject: [PATCH] fix(chatgpt): style btn-danger (#157) Co-authored-by: = <=> --- styles/chatgpt/catppuccin.user.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; }