aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-06-21 18:21:19 +0000
committerMario <mario@mariovavti.com>2021-06-21 18:21:19 +0000
commit0489fbb6853944dcaad97d0e95466a34dc65f0d1 (patch)
tree5d4b32fe8c402da288312baef993ead70c39e299 /view/theme/redbasic/css
parent7da23603ecb002b862e8fcb0865e23a60188a788 (diff)
downloadvolse-hubzilla-0489fbb6853944dcaad97d0e95466a34dc65f0d1.tar.gz
volse-hubzilla-0489fbb6853944dcaad97d0e95466a34dc65f0d1.tar.bz2
volse-hubzilla-0489fbb6853944dcaad97d0e95466a34dc65f0d1.zip
theme: slightly more transparency for the backdrop
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css2
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;
}