Skip to content

Commit

Permalink
Tweak serie header hover brightness slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Js41637 committed Sep 19, 2018
1 parent 81d8747 commit 8d9b5a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -778,12 +778,12 @@ serieheader .poster .img {
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
transition: opacity .175s ease-in-out, filter .175s ease-in-out;
filter: brightness(0.90);
transition: opacity 150ms ease-in-out, filter 150ms ease-in-out;
filter: brightness(0.95);
}

serieheader .poster:hover .img {
filter: brightness(1.04);
filter: brightness(1.06);
}

.serieheader.active .poster, .serieheader.active .banner {
Expand Down

0 comments on commit 8d9b5a4

Please sign in to comment.