summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbh <qn+git@excalibur.computer>2026-01-15 18:14:29 +0800
committerbh <qn+git@excalibur.computer>2026-01-15 18:14:29 +0800
commit6b58f2dba3ca8f56681f7d51acfa2f173c09e583 (patch)
tree5a151463b00a6ffd5cdda504badc7d4160ebda6a
parent987fa7d6cf5b2ae5d40b6700d8f435aa806acdbc (diff)
Also changed the background of the edit color in ChatGPT
-rw-r--r--CSS/chatgpt.com.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/CSS/chatgpt.com.css b/CSS/chatgpt.com.css
index ff512ac..c7317a8 100644
--- a/CSS/chatgpt.com.css
+++ b/CSS/chatgpt.com.css
@@ -236,3 +236,11 @@ header,
}
+
+@-moz-document url-prefix("https://chatgpt.com/"), url-prefix("https://chat.openai.com/") {
+
+ /* Edit message container (pencil mode) */
+ .bg-token-main-surface-tertiary {
+ background-color: #003636 !important;
+ }
+}