decrease opacity of background image

This commit is contained in:
nek0 2019-09-25 18:16:36 +02:00
parent b4e8fe8aa8
commit 3ff2bfa7c1
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ body {
body::after {
content: "";
opacity: 0.25;
opacity: 0.2;
position: fixed;
top: 0;
left: 0;