mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-24 10:21:21 +00:00
make blockquotes bigger and without border
This commit is contained in:
parent
024dcd8744
commit
91cc7542a4
|
@ -94,11 +94,13 @@
|
||||||
}
|
}
|
||||||
blockquote {
|
blockquote {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-size: 1em;
|
font-size: 1.3rem;
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
border-left: 0.25rem solid var(--ui-text-bold);
|
padding: 0.5rem 1rem;
|
||||||
padding-left: 0.75em;
|
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
cite {
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
pre {
|
pre {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
|
|
Loading…
Reference in a new issue