I'm trying to use a linear gradient for the background of a page:
body {
background: linear-gradient(10deg, #060f14, #002725);
}
This looks great in Chrome and Opera (+iOS Safari and mobile Firefox), but in desktop Safari and Firefox the blending is not smooth and looks really ugly.
is there a way to smooth the gradient out on desktop Safari and Firefox?