fix(chatgpt): lightmode improvments (#235)
This commit is contained in:
parent
d3107a2ccb
commit
c496f3b4dd
@ -2,13 +2,13 @@
|
|||||||
@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.4
|
@version 0.0.5
|
||||||
@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
|
||||||
@license MIT
|
@license MIT
|
||||||
|
|
||||||
@preprocessor less
|
@preprocessor less
|
||||||
@var select lightFlavor "Light Flavor" ["latte:Latte*", "frappe:Frappe", "macchiato:Macchiato", "mocha:Mocha"]
|
@var select lightFlavor "Light Flavor" ["latte:Latte*", "frappe:Frappe", "macchiato:Macchiato", "mocha:Mocha"]
|
||||||
@var select darkFlavor "Dark Flavor" ["latte:Latte", "frappe:Frappe", "macchiato:Macchiato", "mocha:Mocha*"]
|
@var select darkFlavor "Dark Flavor" ["latte:Latte", "frappe:Frappe", "macchiato:Macchiato", "mocha:Mocha*"]
|
||||||
==/UserStyle== */
|
==/UserStyle== */
|
||||||
@ -229,7 +229,11 @@
|
|||||||
|
|
||||||
/* Search */
|
/* Search */
|
||||||
div[class*="bg-gray-700"] {
|
div[class*="bg-gray-700"] {
|
||||||
background-color: @surface0 !important;
|
background-color: if(
|
||||||
|
@lookup = latte,
|
||||||
|
@base,
|
||||||
|
@surface0
|
||||||
|
) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="text-gray-"],
|
[class*="text-gray-"],
|
||||||
@ -289,7 +293,11 @@
|
|||||||
|
|
||||||
/* Buttons */
|
/* Buttons */
|
||||||
.btn-neutral {
|
.btn-neutral {
|
||||||
background-color: @surface1 !important;
|
background-color: if(
|
||||||
|
@lookup = latte,
|
||||||
|
@base,
|
||||||
|
@surface1
|
||||||
|
) !important;
|
||||||
color: @text !important;
|
color: @text !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -334,6 +342,11 @@
|
|||||||
.dark .dark\:bg-gray-800 {
|
.dark .dark\:bg-gray-800 {
|
||||||
background-color: @surface0;
|
background-color: @surface0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark .dark\:hover\:bg-gray-800:hover {
|
||||||
|
background-color: @surface1;
|
||||||
|
}
|
||||||
|
|
||||||
.radix-state-active\:bg-gray-800[data-state="active"] {
|
.radix-state-active\:bg-gray-800[data-state="active"] {
|
||||||
background-color: @surface0;
|
background-color: @surface0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user