Merge pull request #57 from feross/torrent-bg

better default torrent bg
This commit is contained in:
Nate Goldman
2016-03-07 10:31:42 -08:00

View File

@@ -223,7 +223,7 @@ body.drag::before {
.torrent {
height: 120px;
background: rgba(0, 0, 0, 0.5);
background: linear-gradient(to bottom right, #4B79A1, #283E51);
background-repeat: no-repeat;
background-size: cover;
background-position: 0 50%;