Skip to content

Commit 11bfb90

Browse files
committed
fix style
1 parent 94af7b2 commit 11bfb90

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

_site/css/main.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
1717
display: block; }
1818

1919
body {
20-
line-height: 1; }
20+
line-height: 1;
21+
}
2122

2223
ol, ul {
2324
list-style: none; }
@@ -62,8 +63,8 @@ html {
6263

6364
body {
6465
font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
65-
font-size: 1em;
66-
color: #000000;
66+
font-size: 14px;
67+
color: #333;
6768
-webkit-font-smoothing: antialiased; }
6869

6970
::selection {

_site/feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<description>欢迎来到我的个人站~</description>
66
<link>http://baixin.io/</link>
77
<atom:link href="http://baixin.io/feed.xml" rel="self" type="application/rss+xml"/>
8-
<pubDate>Tue, 03 Jan 2017 15:42:12 +0800</pubDate>
9-
<lastBuildDate>Tue, 03 Jan 2017 15:42:12 +0800</lastBuildDate>
8+
<pubDate>Sun, 08 Jan 2017 22:00:13 +0800</pubDate>
9+
<lastBuildDate>Sun, 08 Jan 2017 22:00:13 +0800</lastBuildDate>
1010
<generator>Jekyll v3.1.2</generator>
1111

1212
<item>

css/main.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
1717
display: block; }
1818

1919
body {
20-
line-height: 1; }
20+
line-height: 1;
21+
}
2122

2223
ol, ul {
2324
list-style: none; }
@@ -62,8 +63,8 @@ html {
6263

6364
body {
6465
font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
65-
font-size: 1em;
66-
color: #000000;
66+
font-size: 14px;
67+
color: #333;
6768
-webkit-font-smoothing: antialiased; }
6869

6970
::selection {

0 commit comments

Comments
 (0)