diff --git a/src/resources/styles.ts b/src/resources/styles.ts index eedbcd8d5b..ff7235f9d9 100644 --- a/src/resources/styles.ts +++ b/src/resources/styles.ts @@ -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 {