projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2ae755
)
revert emphasis for nested em and strong
author
Dan Allen
<dan@opendevise.com>
Fri, 19 Jul 2019 19:54:58 +0000
(13:54 -0600)
committer
Dan Allen
<dan@opendevise.com>
Fri, 19 Jul 2019 19:54:58 +0000
(13:54 -0600)
src/css/base.css
patch
|
blob
|
history
diff --git
a/src/css/base.css
b/src/css/base.css
index
6983fc2
..
7694035
100644
(file)
--- 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;