revert emphasis for nested em and strong
authorDan Allen <dan@opendevise.com>
Fri, 19 Jul 2019 19:54:58 +0000 (13:54 -0600)
committerDan Allen <dan@opendevise.com>
Fri, 19 Jul 2019 19:54:58 +0000 (13:54 -0600)
src/css/base.css

index 6983fc2..7694035 100644 (file)
@@ -50,6 +50,14 @@ th {
   font-weight: 500;
 }
 
+em em {
+  font-style: normal;
+}
+
+strong strong {
+  font-weight: normal;
+}
+
 button {
   cursor: pointer;
   font-size: inherit;