summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2024-01-13 18:50:02 +0300
committerMarat Radchenko <marat@slonopotamus.org>2024-01-13 18:50:02 +0300
commit604dc48e8b3a8d77356a263f0120afb802438bdb (patch)
tree936f0562659b173ec83d1042b91d12271aa2c21c /data
parentb8233363d4ffe19d75d3a709f85b5497e300837c (diff)
resolves #461 restore styling of `<strong>` and `<em>`
Diffstat (limited to 'data')
-rw-r--r--data/styles/epub3.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/styles/epub3.scss b/data/styles/epub3.scss
index 7ff2ce3..be1d5c6 100644
--- a/data/styles/epub3.scss
+++ b/data/styles/epub3.scss
@@ -17,6 +17,14 @@ 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;