The value needs to be a valid color, and none
is not a valid color. Instead you can use transparent
(similar to rgba(0,0,0,0)
but more widely supported). If that’s no good you can always go with white
or use a more specific rule for the red
background instead.