Update app.scss

This commit is contained in:
Morgan 2024-02-10 22:55:45 +09:00 committed by GitHub
parent d2d6a79a0f
commit 5aac9df9e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -204,14 +204,14 @@ body {
}
@media (prefers-color-scheme: dark) {
.message.is-success .message-body
.user-message .message-body
{
color: #FFFEFF !important;
color: #BCC !important;
}
.message.is-info .message-body
.assistant-message .message-body
{
color: #FEFFFF !important;
color: #CBC !important;
}
}
/* Support for dark mode */