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

View File

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