diff options
author | Ritwik Sharma <[email protected]> | 2025-02-18 11:03:34 +0530 |
---|---|---|
committer | GitHub <[email protected]> | 2025-02-18 11:03:34 +0530 |
commit | 7045aa7d0226c24827e62a27cc881e6ecd0402ae (patch) | |
tree | f6c152c11d5f98b20d0da879d01c9e1a457fff79 /styles | |
parent | 14cafbada6f4161f01a102d4a06789aa606e2d01 (diff) |
Added support for Chat GPT
Diffstat (limited to 'styles')
-rw-r--r-- | styles/websites/ChatGPT.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/styles/websites/ChatGPT.css b/styles/websites/ChatGPT.css new file mode 100644 index 0000000..fb8b939 --- /dev/null +++ b/styles/websites/ChatGPT.css @@ -0,0 +1,16 @@ +@-moz-document domain("chatgpt.com") { + :root{ + --main-surface-primary: rgba(0,0,0,0.1); + --sidebar-surface-primary: rgba(0,0,0,0.2) + } + + .dark{ + --sidebar-surface-tertiary: background: rgba(0,0,0,0.1) !important; + } + nav{ + background: rgba(0,0,0,0.1); + } + .bg-token-message-surface{ + background-color: rgba(0,0,0,0.2) !important; + } +} |