summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbh <qn+git@excalibur.computer>2026-03-08 00:32:35 +0800
committerbh <qn+git@excalibur.computer>2026-03-08 00:32:35 +0800
commit59e7d8cc52ab7a18559ccd5af2bbce0bb8ff5531 (patch)
tree02866d06120cdd21692351540e837436a897816a
parent12942f243300b92efe639f3d38a8ae68573dc637 (diff)
Tweak ChatGPT CSS
-rw-r--r--userContent.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/userContent.css b/userContent.css
index 4bc3809..b7f3a0c 100644
--- a/userContent.css
+++ b/userContent.css
@@ -37,7 +37,7 @@
position: fixed !important;
inset: 0 !important;
z-index: -1 !important;
- background-image: url("https://images.unsplash.com/photo-1485470733090-0aae1788d5af?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8NGslMjBtb3VudGFpbnxlbnwwfHwwfHx8MA%3D%3D") !important;
+ background-image: transparent !important;
background-size: cover !important;
background-position: center center !important;
background-repeat: no-repeat !important;
@@ -65,9 +65,9 @@
div[data-message-author-role="assistant"] {
margin: 8px 0 !important;
padding: 12px 16px !important;
- border: 1px solid rgba(17, 190, 191, 0.8) !important;
+ /* border: 1px solid rgba(17, 190, 191, 0.8) !important; */
border-radius: 14px !important;
- background-color: rgba(0, 54, 54, 0.7) !important;
+ background-color: rgba(0, 54, 54, 0) !important;
}