Skip to content

Commit 165ee92

Browse files
committed
quote
1 parent 337e448 commit 165ee92

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

blog/alanboy-theme/_includes/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
3333
<script>hljs.initHighlightingOnLoad();</script>
3434
<link rel="stylesheet" href="/assets/syntax.css">
35+
<link rel="stylesheet" href="/assets/post.css">
3536

3637
<script src="https://unpkg.com/mermaid@7.1.0/dist/mermaid.min.js"></script>
3738
<script>mermaid.initialize({startOnLoad:true});</script>

blog/alanboy-theme/assets/post.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/* Post content styles */
2+
blockquote {
3+
background-color: #f8f9fa;
4+
border-left: 4px solid #dee2e6;
5+
margin: 1.5em 0;
6+
padding: 1em 1.2em;
7+
font-size: 1.1em;
8+
color: #495057;
9+
border-radius: 0 4px 4px 0;
10+
}
11+
12+
blockquote p {
13+
margin: 0;
14+
line-height: 1.6;
15+
}
16+
17+
blockquote p:last-child {
18+
margin-bottom: 0;
19+
}

0 commit comments

Comments
 (0)