Skip to content

Commit

Permalink
Add a little shading to the placeholder thumbnails
Browse files Browse the repository at this point in the history
Looks better than the letters, I think
  • Loading branch information
cookpete committed Mar 2, 2016
1 parent d126f66 commit b471632
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/Item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ $title-font-size: 15px;
text-align: center;
font-size: 18px;
font-weight: 100;
background-image: linear-gradient(
110deg,
rgba($black, 0) 0%,
rgba($black, 0) 49%,
rgba($black, .05) 50%,
rgba($black, 0) 100%
);
}

.info {
Expand Down

0 comments on commit b471632

Please sign in to comment.