From 6dc0f3ee340a305222ba54dd5e6ca9686ac9d56c Mon Sep 17 00:00:00 2001 From: nodejh Date: Tue, 4 Jul 2017 11:47:18 +0800 Subject: [PATCH] modify some styles: remove redundancy css, remove hover styles on date tags, remove animation when post item hover in arcigves page --- static/css/style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index c432410..f7c28fa 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -244,7 +244,7 @@ nav.main-nav a.cta { /*Accent color*/ -a, #title, #post-list a:hover, #post-list li:hover .dates, #title:hover { +a, #title, #post-list a:hover, #title:hover { text-decoration: none; color: #5badf0; color: #5694f1; @@ -790,7 +790,7 @@ h2.month { } .archive .post-item { - padding: 10px 10px; + padding: 10px 0px; overflow-x: hidden; white-space:nowrap; } @@ -798,7 +798,7 @@ h2.month { .archive .post-time { display: inline-block; width: 60px; - margin: 0 10px; + margin: 0; color: #8a8a8a; } @@ -817,10 +817,9 @@ h2.month { .archive .post-item:hover { color: #5694f1; - padding-left: 13px; transition: 0.3s ease-out; } -.archive .post-item:hover .post-time,.archive .post-item:hover .post-link { +.archive .post-item:hover .post-link { color: #5694f1; }