From a81c191b0060f2ece659367233fe41f0782990f3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 14 Sep 2020 17:44:55 +0100 Subject: [PATCH] quote variable --- epicyon-profile.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index f2e20ffd1..6aec94c30 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -58,6 +58,7 @@ --title-color: #999; --focus-color: white; --quote-right-margin: 0.25em; + --quote-font-weight: bold; } @font-face { @@ -91,7 +92,7 @@ blockquote { border-left: 10px; margin: 1.5em 10px; padding: 0.5em 10px; - font-weight: bold; + font-weight: var(--quote-font-weight); font-style: italic; quotes: "\201C""\201D""\2018""\2019"; }