From 59e7d8cc52ab7a18559ccd5af2bbce0bb8ff5531 Mon Sep 17 00:00:00 2001 From: bh Date: Sun, 8 Mar 2026 00:32:35 +0800 Subject: Tweak ChatGPT CSS --- userContent.css | 6 +++--- 1 file 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; } -- cgit v1.2.3