Update style.css

This commit is contained in:
Spencer Flagg 2023-07-03 13:27:53 +00:00
parent 3cd2dd6671
commit 469bece895

View file

@ -13,14 +13,14 @@ html, body {
body::after { body::after {
content: ""; content: "";
background-image: url('https://www.transparenttextures.com/patterns/dotnoise-light-grey.png'); background-image: url(https://www.transparenttextures.com/patterns/dotnoise-light-grey.png);
opacity: .1; opacity: 1;
top: 0; top: 0;
left: 0; left: 0;
bottom: 0; bottom: 0;
right: 0; right: 0;
position: fixed; position: fixed;
z-index: -1; z-index: 0;
} }
/* Center section */ /* Center section */