decrease opacity of background image
This commit is contained in:
parent
b4e8fe8aa8
commit
3ff2bfa7c1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ body {
|
||||||
|
|
||||||
body::after {
|
body::after {
|
||||||
content: "";
|
content: "";
|
||||||
opacity: 0.25;
|
opacity: 0.2;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Reference in a new issue