I started using CSS gradients, rather than actual images, for two reasons: first, the CSS gradient definitely loads faster than an image, and second, they aren\'t supposed t
I know this is a bit very late, but I discovered a trick that works. For anyone having that rough edge at meet point of the colors. This removes it.
.gradient { background: linear-gradient( 173deg, rgba(0, 132, 255, 1) 50%, rgba(255, 255, 255, 1) 50.5% ); }