style: Emphasize blockquotes for clearer quoting
This commit is contained in:
@@ -19,6 +19,21 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Emphasize blockquotes
|
||||||
|
blockquote {
|
||||||
|
border-left: 4px solid $link-color;
|
||||||
|
padding: 1rem 1.25rem;
|
||||||
|
margin: 1.5rem 0;
|
||||||
|
background-color: #f8f9fa;
|
||||||
|
font-style: italic;
|
||||||
|
border-radius: 0 0.25rem 0.25rem 0;
|
||||||
|
color: #495057;
|
||||||
|
|
||||||
|
p:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Ensure images inside markdown content are responsive
|
// Ensure images inside markdown content are responsive
|
||||||
article img, main img {
|
article img, main img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user