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 {
|
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 */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue