From 1556660dfbd836a7e4eeee5d1eba00f1a5850faa Mon Sep 17 00:00:00 2001 From: nek0 Date: Tue, 10 Sep 2019 03:41:02 +0200 Subject: [PATCH] move to background to background and make less opaque --- site/css/default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/css/default.css b/site/css/default.css index 8e5f7b0..ec33d35 100644 --- a/site/css/default.css +++ b/site/css/default.css @@ -10,7 +10,7 @@ body { body::after { content: ""; - opacity: 0.33; + opacity: 0.25; position: fixed; top: 0; left: 0; @@ -23,6 +23,7 @@ body::after { background-origin: padding-box; background-clip: content-box; background-position: center; + z-index: -1; } a{