From 43f303316d9074b12e1450941c500689d320c273 Mon Sep 17 00:00:00 2001 From: opi Date: Fri, 7 Feb 2014 17:16:14 +0100 Subject: [PATCH] Reduce overlay transparency. --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 0b1a221f..cbd16e93 100644 --- a/css/style.css +++ b/css/style.css @@ -79,7 +79,7 @@ div.br { right: 0; z-index: 2000; text-align: center; - background: rgba(255, 255, 255, 0.25); + background: rgba(255, 255, 255, 0.5); padding-top: 10%; } .loader-content img {