mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Remove !important from h2 (#6541)
This commit is contained in:
parent
33871435e1
commit
dbea3848df
@ -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;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user