mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 10:16:46 +00:00
Ensure ha-dialog uses correct <a> color (#7255)
This commit is contained in:
parent
892843b290
commit
4773c39a57
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user