Remove !important from h2 (#6541)

This commit is contained in:
Joakim Sørensen 2020-08-06 14:02:49 +02:00 committed by GitHub
parent 33871435e1
commit dbea3848df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,8 +70,8 @@ class HaMarkdown extends LitElement {
line-height: 1.45; line-height: 1.45;
} }
ha-markdown-element h2 { ha-markdown-element h2 {
font-size: 1.5em !important; font-size: 1.5em;
font-weight: bold !important; font-weight: bold;
} }
`; `;
} }