Skip to content

Commit 4c75506

Browse files
committed
Modified css files
1 parent 60d1d02 commit 4c75506

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

Diff for: css/main.css

+14-16
Original file line numberDiff line numberDiff line change
@@ -487,22 +487,20 @@ pre code.hljs {
487487
padding-bottom: 1em; }
488488
.page-content .post .post-meta .post-categories {
489489
float: right; }
490-
.page-content .post .post-meta .post-categories .tags {
491-
font-size: 0.9em; }
492-
.page-content .post .post-meta .post-categories .tags a.tag {
493-
display: inline-block;
494-
margin: 0 5px 5px 0;
495-
padding: 0 10px;
496-
border: 1px solid #e6e6e6;
497-
border-radius: 4px;
498-
vertical-align: middle;
499-
background-color: #fafafa;
500-
color: #1e1e1e;
501-
font-size: 13px;
502-
line-height: 24px;
503-
/* 24px = 26(height) - 2(border) */ }
504-
.page-content .post .post-meta .post-categories .tags a.tag:hover {
505-
background-color: #e6e6e6; }
490+
.page-content .post .post-meta .post-categories a.tag {
491+
display: inline-block;
492+
margin: 0 5px 5px 0;
493+
padding: 0 10px;
494+
border: 1px solid #e6e6e6;
495+
border-radius: 4px;
496+
vertical-align: middle;
497+
background-color: #fafafa;
498+
color: #1e1e1e;
499+
font-size: 13px;
500+
line-height: 24px;
501+
/* 24px = 26(height) - 2(border) */ }
502+
.page-content .post .post-meta .post-categories a.tag:hover {
503+
background-color: #e6e6e6; }
506504
.page-content .post .post-content {
507505
padding: 1em 0; }
508506
.page-content .post .share {

Diff for: feed.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<description></description>
66
<link>http://localhost:4000/</link>
77
<atom:link href="http://localhost:4000/feed.xml" rel="self" type="application/rss+xml"/>
8-
<pubDate>Thu, 10 Jan 2019 17:58:18 +0900</pubDate>
9-
<lastBuildDate>Thu, 10 Jan 2019 17:58:18 +0900</lastBuildDate>
8+
<pubDate>Thu, 10 Jan 2019 18:07:45 +0900</pubDate>
9+
<lastBuildDate>Thu, 10 Jan 2019 18:07:45 +0900</lastBuildDate>
1010
<generator>Jekyll v3.8.5</generator>
1111

1212
<item>

0 commit comments

Comments
 (0)