From 942c755a5b7699b870a3be5eb032857ab2c82e36 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 5 Mar 2020 17:28:25 -0800 Subject: [PATCH] Some better avatar overlay --- src/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme.scss b/src/theme.scss index b9ce83874..22a2543c3 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -1160,7 +1160,7 @@ footer { .overlay { width: 100%; height: 100%; - background-color: rgba(255, 255, 255 ,0.3); + background-color: rgba(127, 127, 127 ,0.3); background-image: url('/img/plus.png'); background-repeat: no-repeat; background-position: center;