Merge pull request #10 from rgreinho/issues/9/blockquotes
Add style for blockquotes
This commit is contained in:
commit
40baf660bf
2 changed files with 19 additions and 9 deletions
|
@ -11,3 +11,6 @@ $font-size: 1.125rem;
|
|||
$font-family: Segoe UI,system-ui,-apple-system,sans-serif;
|
||||
$line-height: 1.75;
|
||||
$code_font: 400 1.125rem/1.75 SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
|
||||
|
||||
$quote-bg: #dcdcdc;
|
||||
$quote-border: #808080 8px solid;
|
||||
|
|
|
@ -342,5 +342,12 @@ article {
|
|||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: $quote-border;
|
||||
margin: 0;
|
||||
background-color: $quote-bg;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
@import "fabric-icons-inline";
|
||||
@import "search";
|
||||
|
|
Loading…
Reference in a new issue