diff options
| author | bh <qn+git@excalibur.computer> | 2026-01-15 18:14:29 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-01-15 18:14:29 +0800 |
| commit | 6b58f2dba3ca8f56681f7d51acfa2f173c09e583 (patch) | |
| tree | 5a151463b00a6ffd5cdda504badc7d4160ebda6a | |
| parent | 987fa7d6cf5b2ae5d40b6700d8f435aa806acdbc (diff) | |
Also changed the background of the edit color in ChatGPT
| -rw-r--r-- | CSS/chatgpt.com.css | 8 |
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; + } +} |