diff options
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; |
