From 819c8f5bd42e2b69228d8adc9303970cae768167 Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Sun, 20 Nov 2016 20:45:05 +0100 Subject: [PATCH 1/1] Material: render blockquote in italic and strong in bold in article Signed-off-by: Kevin Decherf --- app/Resources/static/themes/material/css/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index ff3a9891..a8172b7e 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css @@ -673,6 +673,14 @@ a.original { list-style-type: disc; } +#article article blockquote { + font-style: italic; +} + +#article article strong { + font-weight: bold; +} + #article article pre { box-sizing: border-box; margin: 0 0 1.75em; -- 2.41.0