Skip to content

Commit 2c7e802

Browse files
authored
fix(chatgpt): auth page background (catppuccin#1467)
1 parent 6b71d06 commit 2c7e802

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

styles/chatgpt/catppuccin.user.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@name ChatGPT Catppuccin
33
@namespace github.com/catppuccin/userstyles/styles/chatgpt
44
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/chatgpt
5-
@version 0.3.5
5+
@version 0.3.6
66
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/chatgpt/catppuccin.user.css
77
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Achatgpt
88
@description Soothing pastel theme for ChatGPT
@@ -1032,6 +1032,7 @@
10321032
}
10331033

10341034
color: @text;
1035+
background-color: @base;
10351036
caret-color: @text;
10361037

10371038
a {
@@ -1040,7 +1041,9 @@
10401041

10411042
body,
10421043
.oai-header,
1043-
.login-container {
1044+
.oai-footer,
1045+
.login-container,
1046+
.main-container {
10441047
background-color: @base;
10451048
}
10461049

0 commit comments

Comments
 (0)