Ensure ha-dialog uses correct <a> color (#7255)

This commit is contained in:
Philip Allgaier 2020-10-09 11:29:47 +02:00 committed by GitHub
parent 892843b290
commit 4773c39a57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -299,6 +299,10 @@ export const haStyleDialog = css`
color: var(--primary-text-color);
}
a {
color: var(--primary-color);
}
/* make dialog fullscreen on small screens */
@media all and (max-width: 450px), all and (max-height: 500px) {
ha-dialog {