change the hover effect for links on the frontpage

This commit is contained in:
Alexis Métaireau 2012-10-09 14:26:07 +02:00
parent 940f7315a5
commit 61a78c4946

View file

@ -27,7 +27,8 @@ article .category {
} }
#posts-list .hentry:hover{ #posts-list .hentry:hover{
margin-left: 2px; border-color: black;
transition-duration: 1200ms;
} }
.dev, .python { .dev, .python {