From 0489fbb6853944dcaad97d0e95466a34dc65f0d1 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 21 Jun 2021 18:21:19 +0000 Subject: theme: slightly more transparency for the backdrop --- view/theme/redbasic/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 5f469eb7b..2ed7a03c1 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -52,7 +52,7 @@ main { left: 0; width: 100%; height: 100%; - background: rgba(0, 0, 0, .5); + background: rgba(0, 0, 0, .3); cursor: pointer; z-index: 1028; } -- cgit v1.2.3