forked from indymedia/epicyon
Normal font weight for quotes but larger text size
parent
0737da1694
commit
1da78a8abd
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue