From 469bece8956120b95f643d88f3f642beefb8512e Mon Sep 17 00:00:00 2001 From: Spencer Flagg Date: Mon, 3 Jul 2023 13:27:53 +0000 Subject: [PATCH] Update style.css --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 3f603f0..be8ecd7 100644 --- a/style.css +++ b/style.css @@ -13,14 +13,14 @@ html, body { body::after { content: ""; - background-image: url('https://www.transparenttextures.com/patterns/dotnoise-light-grey.png'); - opacity: .1; + background-image: url(https://www.transparenttextures.com/patterns/dotnoise-light-grey.png); + opacity: 1; top: 0; left: 0; bottom: 0; right: 0; position: fixed; - z-index: -1; + z-index: 0; } /* Center section */