From f658cbeb3099fa80f7eb03f96b20d98d3aa5df17 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 14 Sep 2020 11:08:59 +0100 Subject: [PATCH] Quote in bold --- epicyon-profile.css | 1 + 1 file changed, 1 insertion(+) diff --git a/epicyon-profile.css b/epicyon-profile.css index c25476d15..ec6cde6c0 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -83,6 +83,7 @@ blockquote { border-left: 10px solid; margin: 1.5em 10px; padding: 0.5em 10px; + font-weight: bold; quotes: "\201C""\201D""\2018""\2019"; } blockquote:before {