From cf59ff986f377f978cc9650cfaefe7aea508f649 Mon Sep 17 00:00:00 2001 From: gpkvt Date: Tue, 6 Jun 2023 11:44:51 +0200 Subject: [PATCH] made bg image less opaque --- static/css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/base.css b/static/css/base.css index 5dd8612..918ed30 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -69,7 +69,7 @@ a:hover #help { width: 100%; height: 100%; position: absolute; - opacity: 0.3; + opacity: 0.1; } #header {