diff --git a/bg.jpg b/bg.jpg new file mode 100644 index 000000000..f9988b36b Binary files /dev/null and b/bg.jpg differ diff --git a/bg.png b/bg.png deleted file mode 100644 index 970400b93..000000000 Binary files a/bg.png and /dev/null differ diff --git a/style.sass b/style.sass index d17909db7..f00c3d64a 100644 --- a/style.sass +++ b/style.sass @@ -19,8 +19,7 @@ body, input, td, textarea line-height: 1.5 html - // background: white url(bg.png) - background: white + background: #505060 * 0.8 padding: 60px 20px @media screen and (max-width: 800px) @@ -37,8 +36,9 @@ html height: 100% width: 100% z-index: -2 - background: url(https://d3levm2kxut31z.cloudfront.net/assets/locations/nowhere-cc1d85583c8a7ef5ee50282edc703fbe.jpg) - background-size: 100% + background: url(bg.jpg) + background-size: 100% 100% + opacity: 0.7 .all position: relative