Skip to content

Commit

Permalink
Darken card meta
Browse files Browse the repository at this point in the history
Fixes part of #31.
  • Loading branch information
szhu committed Mar 2, 2015
1 parent d40ccf4 commit 3015861
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,13 @@ img{
bottom: 0;
padding: 10px 10px 0px;
color: white;
background: rgba(0, 0, 0, 0.4);
background: rgba(0, 0, 0, 0.5);
/*background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));*/
text-shadow: 0 0 0.5em black;
}
.card:hover .meta {
background: rgba(0, 0, 0, 0.6);
}
.card .meta .views {
display: inline-block;
white-space: nowrap;
Expand Down

0 comments on commit 3015861

Please sign in to comment.