diff options
| -rw-r--r-- | userContent.css | 6 |
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; } |