File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments