From: Dan Allen Date: Fri, 19 Jul 2019 19:54:58 +0000 (-0600) Subject: revert emphasis for nested em and strong X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=52e6448c2d950c43b15ee5faefb8010d38417439;p=working%2Feg-antora.git revert emphasis for nested em and strong --- 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;