From 7d3b5f2abd343e8e8d64a2ba6c034e47f6fd9b9f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 4 Dec 2018 14:26:28 +0300 Subject: normalize heading CSS sizes --- css/tt-rss.less | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) (limited to 'css/tt-rss.less') diff --git a/css/tt-rss.less b/css/tt-rss.less index d7fb8c040..9f6142693 100755 --- a/css/tt-rss.less +++ b/css/tt-rss.less @@ -60,16 +60,6 @@ body.ttrss_main { height: auto; } - h1 { - font-size : 16px; - } - - h2, - h3, - h4 { - font-size : 15px; - } - p { hyphens: auto; } @@ -110,32 +100,21 @@ body.ttrss_main { } h1 { - font-size : 18px; + font-size : 20px; font-weight : 600; text-rendering: optimizelegibility; font-family : @fonts-ui; } h2 { - font-size : 16px; - font-weight : 600; - border: 0px solid @color-accent-light; - border-bottom-width: 1px; - text-rendering: optimizelegibility; - font-family : @fonts-ui; - } - - h3 { - font-size : 13px; - border: 0px solid @color-accent-light; - border-bottom-width: 1px; + font-size : 18px; font-weight : 600; text-rendering: optimizelegibility; font-family : @fonts-ui; } - h4 { - font-size : 14px; + h3, h4 { + font-size : 16px; font-weight : 600; text-rendering: optimizelegibility; font-family : @fonts-ui; -- cgit v1.2.3