diff --git a/styles/chatgpt/catppuccin.user.css b/styles/chatgpt/catppuccin.user.css
index 2dda73e..3103021 100644
--- a/styles/chatgpt/catppuccin.user.css
+++ b/styles/chatgpt/catppuccin.user.css
@@ -2,7 +2,7 @@
 @name ChatGPT Catppuccin
 @namespace github.com/catppuccin/userstyles/styles/chatgpt
 @homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/chatgpt
-@version 0.0.3
+@version 0.0.4
 @updateURL https://github.com/catppuccin/userstyles/raw/main/styles/chatgpt/catppuccin.user.css
 @description Soothing pastel theme for ChatGPT
 @author Catppuccin
@@ -322,5 +322,20 @@
     [class*="text-green"] {
       color: @green !important;
     }
+
+    .dark .dark\:hover\:bg-\[\#2A2B32\]:hover {
+      background-color: @surface0;
+    }
+    
+    .dark .dark\:bg-gray-900 {
+      background-color: @mantle;
+    }
+     
+    .dark .dark\:bg-gray-800 {
+      background-color: @surface0;
+    }
+    .radix-state-active\:bg-gray-800[data-state="active"] {
+      background-color: @surface0;
+    }
   }
 }