Update style.css
This commit is contained in:
parent
3cd2dd6671
commit
469bece895
1 changed files with 3 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue