diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2024-01-13 18:50:02 +0300 |
|---|---|---|
| committer | Marat Radchenko <marat@slonopotamus.org> | 2024-01-13 18:50:02 +0300 |
| commit | 604dc48e8b3a8d77356a263f0120afb802438bdb (patch) | |
| tree | 936f0562659b173ec83d1042b91d12271aa2c21c /data | |
| parent | b8233363d4ffe19d75d3a709f85b5497e300837c (diff) | |
resolves #461 restore styling of `<strong>` and `<em>`
Diffstat (limited to 'data')
| -rw-r--r-- | data/styles/epub3.scss | 8 |
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; |
