SimpleChat:HTML: Add a style for system role message
This commit is contained in:
parent
601fedf8c1
commit
0d0a28b4ab
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
||||||
.heading {
|
.heading {
|
||||||
background-color: lightgray;
|
background-color: lightgray;
|
||||||
}
|
}
|
||||||
|
.role-system {
|
||||||
|
background-color: lightblue;
|
||||||
|
}
|
||||||
.role-user {
|
.role-user {
|
||||||
background-color: lightgray;
|
background-color: lightgray;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue