diff --git a/public/images/Background.jpg b/public/images/Background.jpg index 79f6f91..937fc94 100644 Binary files a/public/images/Background.jpg and b/public/images/Background.jpg differ diff --git a/styles/pages/home.module.scss b/styles/pages/home.module.scss index 1535050..e3ff5cd 100644 --- a/styles/pages/home.module.scss +++ b/styles/pages/home.module.scss @@ -6,7 +6,12 @@ min-height: 100vh; max-width: 100vw; - background: url('/images/Background.jpg') no-repeat; + background: linear-gradient( + to top, + rgb(0 0 0 / 75%) 0%, + rgb(0 0 0 / 75%) 100% + ), + url('/images/Background.jpg') no-repeat; background-size: cover; .title {