Fix markdown style (#2944)

This commit is contained in:
Ian Richardson 2019-03-16 01:10:34 -05:00 committed by Paulus Schoutsen
parent 68909c80ff
commit 117ea32586

View File

@ -65,14 +65,13 @@ export class HuiMarkdownCard extends LitElement implements LovelaceCard {
static get styles(): CSSResult {
return css`
:host {
/* start paper-font-headline style */
/* start paper-font-body1 style */
font-family: "Roboto", "Noto", sans-serif;
-webkit-font-smoothing: antialiased; /* OS X subpixel AA bleed bug */
text-rendering: optimizeLegibility;
font-size: 24px;
font-size: 14px;
font-weight: 400;
letter-spacing: -0.012em;
/* end paper-font-headline style */
line-height: 20px;
/* end paper-font-body1 style */
}
ha-markdown {
display: block;