File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 16
16
< link href ="{{ "/assets/css/syntax.css" | relative_url }}" rel="stylesheet">
17
17
18
18
19
- <!-- <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
20
- <link rel="stylesheet" href="{{ "/css/style.css" | relative_url }}"> -- >
19
+ <!-- <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">-->
20
+ < link rel ="stylesheet " href ="{{ "/assets/ css/style.css" | relative_url }}">
21
21
22
22
< link rel ="canonical " href ="{{ page.url | replace:'index.html','' | absolute_url }} ">
23
23
< link rel ="alternate " type ="application/rss+xml " title ="{{ site.title | escape }} " href ="{{ "/feed.xml" | relative_url }}">
Original file line number Diff line number Diff line change 1
1
/*styles*/
2
+ blockquote {
3
+ margin : 0 0 1rem ;
4
+ border-left : none;
5
+ border : 1px solid # B8B8B8 ;
6
+ padding : 20px ;
7
+ font-size : 1.1em ;
8
+ line-height : 1.8 ;
9
+ }
10
+
11
+ blockquote p : last-child {
12
+ margin-bottom : 0 ;
13
+ }
You can’t perform that action at this time.
0 commit comments