From 4ca2721c63a14af6cf2d5d6e98f76ee05aed0739 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Thu, 2 Jan 2020 13:40:30 +0100 Subject: [PATCH] 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. --- app/assets/stylesheets/common.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 1c8fe2951..3f2a151ab 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -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; -- 2.39.5