diff options
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |