parent
edb1630b8c
commit
89baf6fee5
@ -2,7 +2,7 @@
|
|||||||
@name ChatGPT Catppuccin
|
@name ChatGPT Catppuccin
|
||||||
@namespace github.com/catppuccin/userstyles/styles/chatgpt
|
@namespace github.com/catppuccin/userstyles/styles/chatgpt
|
||||||
@homepageURL https://github.com/catppuccin/userstyles/tree/main/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
|
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/chatgpt/catppuccin.user.css
|
||||||
@description Soothing pastel theme for ChatGPT
|
@description Soothing pastel theme for ChatGPT
|
||||||
@author Catppuccin
|
@author Catppuccin
|
||||||
@ -322,5 +322,20 @@
|
|||||||
[class*="text-green"] {
|
[class*="text-green"] {
|
||||||
color: @green !important;
|
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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user