diff options
| -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; + } +} |