Normal font weight for quotes but larger text size

main
Bob Mottram 2020-09-15 10:37:07 +01:00
parent 0737da1694
commit 1da78a8abd
1 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,8 @@
--title-color: #999; --title-color: #999;
--focus-color: white; --focus-color: white;
--quote-right-margin: 0.25em; --quote-right-margin: 0.25em;
--quote-font-weight: bold; --quote-font-weight: normal;
--quote-font-size: 120%;
--line-spacing: 100%; --line-spacing: 100%;
} }
@ -96,6 +97,7 @@ blockquote {
padding: 0.5em 10px; padding: 0.5em 10px;
font-weight: var(--quote-font-weight); font-weight: var(--quote-font-weight);
font-style: italic; font-style: italic;
font-size: var(--quote-font-size);
quotes: "\201C""\201D""\2018""\2019"; quotes: "\201C""\201D""\2018""\2019";
} }
blockquote:before { blockquote:before {