Check its position, if it doesn't work use this and change it with your own values "background-image:linear-gradient(180deg, black -119px, #2f495c, #60809b)"
Try just "background" instead of "background-image"? This is what I have for my gradient BGs and it works: "background: linear-gradient(130deg, rgba(0,0,0,1) 0%, rgba(128,128,128,1) 25%, rgba(61,38,97,1) 50%, rgba(144,29,34,1) 100%);"
Your in luck because idk either
Maybe its a missing coma, that always happens to me
@triiode i checked for missing comas and couldn't find any
Check its position, if it doesn't work use this and change it with your own values "background-image:linear-gradient(180deg, black -119px, #2f495c, #60809b)"
i forgot the semicolon
@triiode idk why but nothing seems to be working
Try just "background" instead of "background-image"? This is what I have for my gradient BGs and it works: "background: linear-gradient(130deg, rgba(0,0,0,1) 0%, rgba(128,128,128,1) 25%, rgba(61,38,97,1) 50%, rgba(144,29,34,1) 100%);"