mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 10:02:02 -04:00
Tweak blockquote style
This commit is contained in:
parent
eb6c36caa0
commit
61b8ca27b1
1 changed files with 3 additions and 2 deletions
|
@ -311,8 +311,9 @@ main p:first-child, main ul:first-child, main ol:first-child, main ul li:first-c
|
||||||
blockquote{
|
blockquote{
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
background: rgba(0, 0, 0, .05);
|
background: rgba(0, 0, 0, .05);
|
||||||
padding: 1rem;
|
padding: 1.5rem;
|
||||||
border-radius: .5rem;
|
box-sizing: border-box;
|
||||||
|
border-radius: .25rem;
|
||||||
border: 1px solid rgba(255,255,255,.25);
|
border: 1px solid rgba(255,255,255,.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue