From dd89ce494385d175e778aa9c7edc3958bb426d80 Mon Sep 17 00:00:00 2001 From: Steven Bower Date: Tue, 13 Jun 2017 14:30:48 -0400 Subject: [PATCH] Added translucent background to video overlay text Fixes #576 where there was difficulty reading white text on a light background. Adding a slightly opaque background makes the text easier to read. --- public/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/main.css b/public/css/main.css index 1c97bb6ec5..c0312537a1 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -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; @@ -1099,4 +1100,3 @@ kbd { font-weight: bold; color: #fff; } -