From 3e244fc9bb11cf88ca042b26d4242c8a9b69670d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 14 Sep 2020 14:21:56 +0300 Subject: set blockquote to italic --- css/reader.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'css/reader.css') 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 -- cgit v1.2.3