mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
add docs stlying for blockquotes
This commit is contained in:
parent
65380b2cd5
commit
1f1e57a7a5
1 changed files with 18 additions and 0 deletions
|
@ -189,6 +189,24 @@ section {
|
|||
margin: 72px 0px;
|
||||
}
|
||||
|
||||
section blockquote {
|
||||
font-style: italic;
|
||||
position: relative;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
section blockquote:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 2px;
|
||||
height: 100%;
|
||||
background-color: var(--gray);
|
||||
}
|
||||
|
||||
|
||||
section > *:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue