From b329dbbfc616a03a7007afc61b876a45c362fac6 Mon Sep 17 00:00:00 2001 From: "Peng.Li" Date: Sun, 4 Jan 2015 22:02:40 +0800 Subject: [PATCH] Improve style --- assets/css/main.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index face160..ece293d 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -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; +}