Skip to content

Commit

Permalink
Added translucent background to video overlay text
Browse files Browse the repository at this point in the history
Fixes #576 where there was difficulty reading white text on a light
background. Adding a slightly opaque background makes the text easier to
read.
  • Loading branch information
sbower213 committed Jun 13, 2017
1 parent 60d666d commit dd89ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ footer {
color: #fff;
font-family: raleway, sans-serif;
font-size: 45px;
background: rgba(0,0,0,0.2);
}
#playlink{
font-size: 20px;
Expand Down Expand Up @@ -1099,4 +1100,3 @@ kbd {
font-weight: bold;
color: #fff;
}

0 comments on commit dd89ce4

Please # to comment.