Update style.css

Tweaking the ChatGPT imported styles
This commit is contained in:
matt 2025-11-08 15:32:18 +08:00
parent 2a8e79ea70
commit 516b02163d

View file

@ -7,12 +7,21 @@ div[option\:page-display\:page-id="125"] h1 {
.conversation.message {
}
.conversation.user-message {
border: 1px solid rgba(0,0,0,0.5);
background-color: rgba(0,0,0,0.1);
.conversation .user-message {
border: 1px solid rgba(0,0,0,0.1);
background-color: rgba(0,0,0,0.05);
margin-left: 3em;
margin-right: -1em;
padding: 1em;
border-radius: 1em;
}
.conversation .user-message::before {
content: "You said:";
font-weight: bold;
}
.conversation.assistant-message {
margin-left: -1em;
margin-right: 3em;