Remove the dashed underline from prose headings

No other headings are underlined, and the underlines look more like
a section separator (e.g. dashed hr) and so visually separated the
heading from its content.
This commit is contained in:
Andy Allan 2020-01-02 13:40:30 +01:00
parent 438496c657
commit 4ca2721c63

View file

@ -2269,12 +2269,6 @@ a.button {
.richtext,
.prose {
h1, h2 {
padding-bottom: $lineheight/2;
border-bottom: 1px dashed $grey;
margin-bottom: $lineheight/2;
}
code {
font-size: 13px;
background: $lightgrey;