SimpleChat:HTML: Add a style for system role message
This commit is contained in:
parent
601fedf8c1
commit
0d0a28b4ab
|
|
@ -9,6 +9,9 @@
|
|||
.heading {
|
||||
background-color: lightgray;
|
||||
}
|
||||
.role-system {
|
||||
background-color: lightblue;
|
||||
}
|
||||
.role-user {
|
||||
background-color: lightgray;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue