data/styles/epub3.scss in asciidoctor-epub3-2.0.0 vs data/styles/epub3.scss in asciidoctor-epub3-2.0.1

- old
+ new

@@ -15,9 +15,17 @@ address { white-space: pre-line; } +strong { + font-weight: bold; +} + +em { + font-style: italic; +} + b.button { font-weight: normal; text-shadow: 1px 0 0 $button-shadow; color: $button-text; white-space: nowrap;