The solution was to set the background-image property and include !important
background-image
!important
so the end result would be:
.gradientBackground { background-image: linear-gradient(to bottom right, white, black) !important; }