From 3ff2bfa7c17684cc8669fc985d045afe32af45a7 Mon Sep 17 00:00:00 2001 From: nek0 Date: Wed, 25 Sep 2019 18:16:36 +0200 Subject: [PATCH] decrease opacity of background image --- site/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/css/default.css b/site/css/default.css index 6d0526d..f14b5f1 100644 --- a/site/css/default.css +++ b/site/css/default.css @@ -10,7 +10,7 @@ body { body::after { content: ""; - opacity: 0.25; + opacity: 0.2; position: fixed; top: 0; left: 0;