From b0e6df2e3cdccd7f59ff151ac593436b8c29db51 Mon Sep 17 00:00:00 2001 From: Simon G Date: Sun, 22 Nov 2020 11:01:23 +0100 Subject: [PATCH] feat: add style and center image title --- src/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/index.css b/src/index.css index c1aaf52..27d08f0 100644 --- a/src/index.css +++ b/src/index.css @@ -7,3 +7,8 @@ https://allexperts16.blogspot.com/2018/06/allow-users-to-select-and-copy-text-in -ms-user-select: text; user-select: text; } + +.chapter-image-title { + color: #00000099; + text-align: center; +}