From 80573eb8846ddd766f5554ac7ffc548113d92346 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Thu, 9 Mar 2017 16:18:15 +0100 Subject: [PATCH] do not break the C in CSS Non-explicitly styled elements are supposed to inherit their parent's font and colors! --- css/base.less | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/css/base.less b/css/base.less index 9b9ed35..8198e74 100755 --- a/css/base.less +++ b/css/base.less @@ -433,18 +433,7 @@ nav > ul { padding: 0; } - html, body, div, span, applet, object, iframe, - h1, h2, h3, h4, h5, h6, p, blockquote, - a, abbr, acronym, address, big, cite, del, dfn, em, img, ins, kbd, q, s, samp, - small, strike, strong, sub, sup, tt, var, - b, u, i, center, - dl, dt, dd, ol, ul, li, - fieldset, form, label, legend, - table, caption, tbody, tfoot, thead, tr, th, td, - article, aside, canvas, details, embed, - figure, figcaption, footer, header, - menu, nav, output, ruby, section, summary, - time, mark, audio, video { + html, body { font-family: @font_family_screen; color: @ini_text; }