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