From 1da78a8abd3f968f58b536081c04ab0aca0d9c07 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 15 Sep 2020 10:37:07 +0100 Subject: [PATCH] Normal font weight for quotes but larger text size --- epicyon-profile.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 3462fc0b5..b43950627 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -58,7 +58,8 @@ --title-color: #999; --focus-color: white; --quote-right-margin: 0.25em; - --quote-font-weight: bold; + --quote-font-weight: normal; + --quote-font-size: 120%; --line-spacing: 100%; } @@ -96,6 +97,7 @@ blockquote { padding: 0.5em 10px; font-weight: var(--quote-font-weight); font-style: italic; + font-size: var(--quote-font-size); quotes: "\201C""\201D""\2018""\2019"; } blockquote:before {