summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-09-14 14:21:56 +0300
committerAndrew Dolgov <[email protected]>2020-09-14 14:21:56 +0300
commit3e244fc9bb11cf88ca042b26d4242c8a9b69670d (patch)
treecd2b9f00f1a8cb64b3db5d91a2402141f11ed978 /css
parent7e8aaf8fd974ff92cb0a85e56599a1208fef5ec6 (diff)
set blockquote to italic
Diffstat (limited to 'css')
-rw-r--r--css/reader.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/css/reader.css b/css/reader.css
index 2778094..1b222ea 100644
--- a/css/reader.css
+++ b/css/reader.css
@@ -13,9 +13,13 @@ a:focus {
text-decoration: underline;
}
-/* ugly hack: this assumes default prefix used for epube - /books/
- * since CSS is loaded inline, relative urls won't work properly so
- * it's hardcoded for the time being (the alternative is pointing to
+blockquote {
+ font-style : italic;
+}
+
+/* ugly hack: this assumes default prefix used for epube - /books/
+ * since CSS is loaded inline, relative urls won't work properly so
+ * it's hardcoded for the time being (the alternative is pointing to
* website root) */
/* fonts below are freely available although license is likely proprietary