So, here's the scenario - I currently have a background that looks like this:
background:url(../img/arrow_lch.png) right no-repeat #2e443a;
The challenge I'm facing is how to decrease the opacity of only the background color (#2e443a)
. Any suggestions?