diff options
author | Mario <mario@mariovavti.com> | 2021-06-21 18:21:19 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-21 18:21:19 +0000 |
commit | 0489fbb6853944dcaad97d0e95466a34dc65f0d1 (patch) | |
tree | 5d4b32fe8c402da288312baef993ead70c39e299 /view | |
parent | 7da23603ecb002b862e8fcb0865e23a60188a788 (diff) | |
download | volse-hubzilla-0489fbb6853944dcaad97d0e95466a34dc65f0d1.tar.gz volse-hubzilla-0489fbb6853944dcaad97d0e95466a34dc65f0d1.tar.bz2 volse-hubzilla-0489fbb6853944dcaad97d0e95466a34dc65f0d1.zip |
theme: slightly more transparency for the backdrop
Diffstat (limited to 'view')
-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; } |