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 */