diff --git a/web/src/components/TorrentCard/style.js b/web/src/components/TorrentCard/style.js index 5c14d06..142d05b 100644 --- a/web/src/components/TorrentCard/style.js +++ b/web/src/components/TorrentCard/style.js @@ -38,6 +38,12 @@ export const TorrentCardPoster = styled.div` overflow: hidden; text-align: center; cursor: pointer; + transition: 0.2s; + position: relative; + + :hover { + filter: brightness(0.7); + } ${({ isPoster,