Simplify GtHub markdown alerts (#19536)

Simplify GtHub merkdown alerts
This commit is contained in:
Joakim Sørensen
2024-01-30 13:37:47 +01:00
committed by GitHub
parent 623ac88166
commit 0944b1e9d3
2 changed files with 39 additions and 41 deletions

View File

@@ -42,6 +42,10 @@ export class HaMarkdown extends LitElement {
ha-markdown-element > *:last-child {
margin-bottom: 0;
}
ha-alert {
display: block;
margin: 4px 0;
}
a {
color: var(--primary-color);
}