Changed opacity from 0.5 to 0.7 (#6194)

This commit is contained in:
Michael Rogers 2023-02-27 15:45:23 -06:00 committed by GitHub
parent fb4b80862e
commit 96d723a424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -246,7 +246,7 @@
position: absolute; position: absolute;
height: 100%; height: 100%;
width: 100%; width: 100%;
opacity: 0.5; opacity: 1;
background-size: contain; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;