From dcaf650244bb8064070a037203af2faee34fce6c Mon Sep 17 00:00:00 2001 From: rr- Date: Thu, 2 Jun 2016 23:56:56 +0200 Subject: [PATCH] client/posts: change hover border --- client/css/posts.styl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/css/posts.styl b/client/css/posts.styl index c3ce945..843c35e 100644 --- a/client/css/posts.styl +++ b/client/css/posts.styl @@ -29,6 +29,7 @@ line-height: 100% font-size: 80% color: white + outline-offset: -3px .type position: absolute @@ -64,12 +65,14 @@ background-position: 50% 30% width: 100% height: 100% - margin: 0 0.6em 0 0 + margin: 0 + outline-offset: -3px &:hover background: $main-color .thumbnail opacity: .9 border: 1px solid $main-color + a, .thumbnail outline: 2px solid $main-color .post-list-header