From 52e6448c2d950c43b15ee5faefb8010d38417439 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 19 Jul 2019 13:54:58 -0600 Subject: [PATCH] revert emphasis for nested em and strong --- src/css/base.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/css/base.css b/src/css/base.css index 6983fc2..7694035 100644 --- a/src/css/base.css +++ b/src/css/base.css @@ -50,6 +50,14 @@ th { font-weight: 500; } +em em { + font-style: normal; +} + +strong strong { + font-weight: normal; +} + button { cursor: pointer; font-size: inherit; -- 2.11.0