1 parent 6b71d06 commit 2c7e802Copy full SHA for 2c7e802
1 file changed
styles/chatgpt/catppuccin.user.css
@@ -2,7 +2,7 @@
2
@name ChatGPT Catppuccin
3
@namespace github.com/catppuccin/userstyles/styles/chatgpt
4
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/chatgpt
5
-@version 0.3.5
+@version 0.3.6
6
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/chatgpt/catppuccin.user.css
7
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Achatgpt
8
@description Soothing pastel theme for ChatGPT
@@ -1032,6 +1032,7 @@
1032
}
1033
1034
color: @text;
1035
+ background-color: @base;
1036
caret-color: @text;
1037
1038
a {
@@ -1040,7 +1041,9 @@
1040
1041
1042
body,
1043
.oai-header,
- .login-container {
1044
+ .oai-footer,
1045
+ .login-container,
1046
+ .main-container {
1047
background-color: @base;
1048
1049
0 commit comments