The first working Theme Settings
This commit is contained in:
parent
1718c9cf69
commit
f5b1e80c6d
16 changed files with 517 additions and 250 deletions
|
@ -11,7 +11,7 @@
|
|||
}
|
||||
|
||||
.user-message {
|
||||
background-color: var(--user-message-color);
|
||||
background-color: var(--user-message-background-color);
|
||||
color: var(--text-color);
|
||||
border-bottom-right-radius: 0;
|
||||
margin-left: auto;
|
||||
|
@ -19,9 +19,9 @@
|
|||
}
|
||||
|
||||
.ai-message {
|
||||
background-color: var(--ai-message-color);
|
||||
background-color: var(--ai-message-background-color);
|
||||
color: var(--text-color);
|
||||
border-bottom-left-radius: 0;
|
||||
margin-right: auto;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue