Skip to content

Commit

Permalink
Add blockquote breakout style
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathew Byrne committed Nov 28, 2018
1 parent e4bad0e commit 601354b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -392,3 +392,24 @@ strong {
}

}


blockquote {
background-color: #fffaf3;
border-left-color: rgba(0, 0, 0, 0.1);
border-left-width: 9px;
border-left-style: solid;
padding: 1em 20px 1em 11px;
margin-bottom: 1em;
margin-left: -20px;
margin-right: -20px;
}

blockquote p {
margin-bottom: 0;
}

/* Blockquote headings. */
blockquote p:first-of-type {
font-weight: bold;
}

0 comments on commit 601354b

Please sign in to comment.