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