Skip to content

Commit

Permalink
Closes #50
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrodriguez committed Oct 17, 2018
2 parents 75bd0c3 + e8e480c commit 6f5dd31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/components/Movie.vue
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,9 @@ export default class MovieX extends Vue {
.c-title {
color: #fff;
text-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.75), 0 0 1px hsla(0, 0%, 0%, 0.75), 0 1px 5px hsla(0, 0%, 0%, 0.75);
}
.c-title-shade {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
Expand Down

0 comments on commit 6f5dd31

Please sign in to comment.