diff --git a/Resources/landing-page/css/custom.css b/Resources/landing-page/css/custom.css index c790dc92..2be2fa9d 100644 --- a/Resources/landing-page/css/custom.css +++ b/Resources/landing-page/css/custom.css @@ -2,7 +2,7 @@ --about: linear-gradient(to bottom, rgba(0, 0, 0, 1.0), rgba(87, 109, 117, 0)), var(--main-bg-color); } -.bg-primary { +.bg-primary { background: var(--about) !important; background-repeat: repeat, no-repeat; background-attachment: fixed, fixed;