mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 18:56:39 +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);
|
color: var(--primary-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--primary-color);
|
||||||
|
}
|
||||||
|
|
||||||
/* make dialog fullscreen on small screens */
|
/* make dialog fullscreen on small screens */
|
||||||
@media all and (max-width: 450px), all and (max-height: 500px) {
|
@media all and (max-width: 450px), all and (max-height: 500px) {
|
||||||
ha-dialog {
|
ha-dialog {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user