Tweak styles Assist dialog (#20960)

This commit is contained in:
Paulus Schoutsen 2024-06-03 05:42:43 -04:00 committed by GitHub
parent d7cb4cb537
commit e7f3393ec6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -756,6 +756,7 @@ export class HaVoiceCommandDialog extends LitElement {
max-height: 100%; max-height: 100%;
} }
.message { .message {
white-space: pre-line;
font-size: 18px; font-size: 18px;
clear: both; clear: both;
margin: 8px 0; margin: 8px 0;
@ -792,10 +793,14 @@ export class HaVoiceCommandDialog extends LitElement {
direction: var(--direction); direction: var(--direction);
} }
.message a { .message.user a {
color: var(--text-primary-color); color: var(--text-primary-color);
} }
.message.hass a {
color: var(--primary-text-color);
}
.message img { .message img {
width: 100%; width: 100%;
border-radius: 10px; border-radius: 10px;