The first working Theme Settings

This commit is contained in:
sageTheDM 2024-09-23 11:55:58 +02:00
parent 1718c9cf69
commit f5b1e80c6d
16 changed files with 517 additions and 250 deletions

View file

@ -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;
}
}