From 08e1608cdbec1676153ff244fec555f87ed33be7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Mon, 28 Dec 2020 09:27:35 +0100 Subject: [PATCH] Remove font-weight inheritance --- Resources/public/css/reset.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Resources/public/css/reset.css b/Resources/public/css/reset.css index 77d2998..095dd31 100644 --- a/Resources/public/css/reset.css +++ b/Resources/public/css/reset.css @@ -5,11 +5,14 @@ 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, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, button, select, option, optgroup { + border: 0; + font-family: inherit; + font-size: inherit; + font-stretch: inherit; + font-style: inherit; + line-height: inherit; margin: 0; padding: 0; - border: 0; - font-size: 100%; - font: inherit; vertical-align: baseline; } -- 2.41.0