mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
19 lines
352 B
YAML
19 lines
352 B
YAML
v3_title:
|
|
card:
|
|
type: markdown
|
|
content: >
|
|
## [[title]]
|
|
card_mod:
|
|
style: |
|
|
ha-card {
|
|
box-shadow: none;
|
|
background: transparent;
|
|
}
|
|
|
|
ha-card > ha-markdown {
|
|
font-size: 22px;
|
|
padding-left: 0;
|
|
padding-bottom: 14px;
|
|
letter-spacing: -1px;
|
|
}
|