Update style.css
Tweaking the ChatGPT imported styles
This commit is contained in:
parent
2a8e79ea70
commit
516b02163d
1 changed files with 12 additions and 3 deletions
15
style.css
15
style.css
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue