From f54c06c0c392238b7e5fa100552b95685a71434c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 14 Sep 2020 12:38:19 +0100 Subject: [PATCH] Quotes in italic --- epicyon-profile.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index ec6cde6c..af681cf9 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -80,10 +80,11 @@ body, html { } blockquote { - border-left: 10px solid; + border-left: 10px; margin: 1.5em 10px; padding: 0.5em 10px; font-weight: bold; + font-style: italic; quotes: "\201C""\201D""\2018""\2019"; } blockquote:before {