fix(chatgpt): lightmode improvments (#235)
This commit is contained in:
parent
d3107a2ccb
commit
c496f3b4dd
@ -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.4
|
||||
@version 0.0.5
|
||||
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/chatgpt/catppuccin.user.css
|
||||
@description Soothing pastel theme for ChatGPT
|
||||
@author Catppuccin
|
||||
@ -229,7 +229,11 @@
|
||||
|
||||
/* Search */
|
||||
div[class*="bg-gray-700"] {
|
||||
background-color: @surface0 !important;
|
||||
background-color: if(
|
||||
@lookup = latte,
|
||||
@base,
|
||||
@surface0
|
||||
) !important;
|
||||
}
|
||||
|
||||
[class*="text-gray-"],
|
||||
@ -289,7 +293,11 @@
|
||||
|
||||
/* Buttons */
|
||||
.btn-neutral {
|
||||
background-color: @surface1 !important;
|
||||
background-color: if(
|
||||
@lookup = latte,
|
||||
@base,
|
||||
@surface1
|
||||
) !important;
|
||||
color: @text !important;
|
||||
}
|
||||
|
||||
@ -334,6 +342,11 @@
|
||||
.dark .dark\:bg-gray-800 {
|
||||
background-color: @surface0;
|
||||
}
|
||||
|
||||
.dark .dark\:hover\:bg-gray-800:hover {
|
||||
background-color: @surface1;
|
||||
}
|
||||
|
||||
.radix-state-active\:bg-gray-800[data-state="active"] {
|
||||
background-color: @surface0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user