diff --git a/public/images/Background.jpg b/public/images/Background.jpg deleted file mode 100644 index 937fc94..0000000 Binary files a/public/images/Background.jpg and /dev/null differ diff --git a/styles/pages/home.module.scss b/styles/pages/home.module.scss index e3ff5cd..fb66e5d 100644 --- a/styles/pages/home.module.scss +++ b/styles/pages/home.module.scss @@ -6,13 +6,7 @@ min-height: 100vh; max-width: 100vw; - 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; + background: linear-gradient(180deg, #775aaa, #393ecc); .title { @extend %typo-title;