quote variable

merge-requests/8/head
Bob Mottram 2020-09-14 17:44:55 +01:00
parent fbe75d5c62
commit a81c191b00
1 changed files with 2 additions and 1 deletions

View File

@ -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";
}