fix(chatgpt): boxes color and highlighting (#229)

*
This commit is contained in:
Muslim 2023-09-29 13:41:27 +03:00 committed by GitHub
parent edb1630b8c
commit 89baf6fee5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}
}