From 6b58f2dba3ca8f56681f7d51acfa2f173c09e583 Mon Sep 17 00:00:00 2001 From: bh Date: Thu, 15 Jan 2026 18:14:29 +0800 Subject: Also changed the background of the edit color in ChatGPT --- CSS/chatgpt.com.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; + } +} -- cgit v1.2.3