client/posts: change hover border

This commit is contained in:
rr- 2016-06-02 23:56:56 +02:00
parent 4428ccfd38
commit dcaf650244

View file

@ -29,6 +29,7 @@
line-height: 100% line-height: 100%
font-size: 80% font-size: 80%
color: white color: white
outline-offset: -3px
.type .type
position: absolute position: absolute
@ -64,12 +65,14 @@
background-position: 50% 30% background-position: 50% 30%
width: 100% width: 100%
height: 100% height: 100%
margin: 0 0.6em 0 0 margin: 0
outline-offset: -3px
&:hover &:hover
background: $main-color background: $main-color
.thumbnail .thumbnail
opacity: .9 opacity: .9
border: 1px solid $main-color border: 1px solid $main-color
a, .thumbnail
outline: 2px solid $main-color outline: 2px solid $main-color
.post-list-header .post-list-header