Let Primer.CSS determine H1-H6 styling (fixes #1515).

This commit is contained in:
Bart Kamphorst
2020-03-30 09:52:34 +02:00
parent ca7c708bf9
commit 4efcba6ceb
@@ -167,20 +167,15 @@ a {
}
h3 {
font-size: 1.5em;
}
h4 {
font-size: 1.2em;
}
h5 {
font-size: 1em;
}
h6 {
color: #777;
font-size: 1em;
}
p, blockquote, ul, ol, dl, table, pre {