summaryrefslogtreecommitdiff
path: root/styles/websites/ChatGPT.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/websites/ChatGPT.css')
-rw-r--r--styles/websites/ChatGPT.css14
1 files changed, 0 insertions, 14 deletions
diff --git a/styles/websites/ChatGPT.css b/styles/websites/ChatGPT.css
deleted file mode 100644
index 5558dc6..0000000
--- a/styles/websites/ChatGPT.css
+++ /dev/null
@@ -1,14 +0,0 @@
-: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;
-}