From a15efbe4addcc174725c72ce7e2a015eb6514df1 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Tue, 30 Dec 2014 00:03:49 +0100 Subject: [PATCH] Small improvement --- index.html | 2 +- public/css/poole.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index da52609..478b960 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ title: Home {{ post.date | date_to_string }} · - + {% if post.category == "links" %} diff --git a/public/css/poole.css b/public/css/poole.css index 7e1db06..942451c 100644 --- a/public/css/poole.css +++ b/public/css/poole.css @@ -355,7 +355,7 @@ tbody tr:nth-child(odd) th { color: #9a9a9a; } .post-date a:hover { - color: #000; + color: #303030; text-decoration: none; }