Unfortunately, that didn't work. Neither did the following:
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 45%, rgba(0,0,0,1) 75%);
The background of the navigations stays white. Can't figure out what I'm doing wrong.