Skip to content

Commit

Permalink
feat: add blockquote styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Sep 16, 2020
1 parent 4300a7e commit 8c1aada
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/client/theme-default/styles/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,15 @@ td {
border: 1px solid #dfe2e5;
padding: 0.6em 1em;
}

blockquote {
margin: 1rem 0;
border-left: .2rem solid #dfe2e5;
padding: .25rem 0 .25rem 1rem;
font-size: 1rem;
color: #999;
}

blockquote > p {
margin: 0;
}

0 comments on commit 8c1aada

Please sign in to comment.