move to background to background and make less opaque
This commit is contained in:
parent
2dff940b67
commit
1556660dfb
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ body {
|
|||
|
||||
body::after {
|
||||
content: "";
|
||||
opacity: 0.33;
|
||||
opacity: 0.25;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
@ -23,6 +23,7 @@ body::after {
|
|||
background-origin: padding-box;
|
||||
background-clip: content-box;
|
||||
background-position: center;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
a{
|
||||
|
|
Loading…
Reference in a new issue