From 61a78c494628aa669af82fe18130461101fa5632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 9 Oct 2012 14:26:07 +0200 Subject: [PATCH] change the hover effect for links on the frontpage --- theme/static/css/categories.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/static/css/categories.css b/theme/static/css/categories.css index 8700e2a..2356f67 100644 --- a/theme/static/css/categories.css +++ b/theme/static/css/categories.css @@ -27,7 +27,8 @@ article .category { } #posts-list .hentry:hover{ - margin-left: 2px; + border-color: black; + transition-duration: 1200ms; } .dev, .python {