Skip to content

Commit

Permalink
Improve style
Browse files Browse the repository at this point in the history
  • Loading branch information
Peng.Li committed Jan 4, 2015
1 parent af7ffe2 commit b329dbb
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,21 @@ body {
padding: 0 20px;
}

.index_posts a {
a {
text-decoration: underline;
color: #21759b;
}

.index_posts a:visited {
a:visited {
color: #9f9f9f;
}

.index_posts li {
font-size: 18px;
line-height: 32px;
.posts li {
font-size: 16px;
line-height: 28px;
}

.category_title {
font-size: 40px;
line-height: 80px;
}

0 comments on commit b329dbb

Please sign in to comment.