From 118347444f0564d427b62535a953401549063303 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Thu, 19 Dec 2019 17:29:21 +0100 Subject: [PATCH] Remove more header font size overrides This smooths out inconsistencies in the hierarchies, for example when using header sizes beyond h3 in profile descriptions. --- app/assets/stylesheets/common.scss | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index d052ce0a9..59f81353d 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1382,8 +1382,6 @@ tr.turn:hover { .content-heading { background: $lightgrey; - - h1 { font-size: 22px; } } .content-body { @@ -1680,7 +1678,6 @@ tr.turn:hover { h2 { margin-top: 0; margin-bottom: $lineheight/2; - font-size: 24px; } } @@ -2309,18 +2306,6 @@ a.button { margin-bottom: $lineheight/2; } - h1 { - font-size: 24px; - } - - h2 { - font-size: 18px; - } - - h3 { - font-size: $typeheight; - } - code { font-size: 13px; background: $lightgrey; -- 2.45.1