From 72fce92ac121a74e87e40ba0b5429b32fed11dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fe?= Date: Thu, 13 Sep 2018 13:19:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Fix=20highlights=20in=20headline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reset style broke highlighting in headlines without visible benefit See #14 --- css/base.less | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/css/base.less b/css/base.less index b79477c..4c28f07 100755 --- a/css/base.less +++ b/css/base.less @@ -199,18 +199,6 @@ header, .elementsReset(); } -div, span, object, -h1, h2, h3, h4, h5, h6, p, blockquote, -a, abbr, em,acronym, img, strong, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td, -input, select, option, textarea, button { - font-size: 1rem; - line-height: 100%; -} - - ol, ul { list-style: none outside none;