BREAKING! Use card-mod styles in popup instead

This commit is contained in:
2020-07-24 22:49:15 +02:00
parent 954c960789
commit e955b791a0
6 changed files with 31 additions and 23 deletions

View File

@@ -14,3 +14,13 @@ lovelace:
mode: yaml
title: yaml
filename: lovelace.yaml
frontend:
themes:
test:
card-mod-theme: test
card-mod-more-info-yaml: |
$: |
.mdc-dialog {
backdrop-filter: grayscale(0.7) blur(5px);
}