What happens when using an invalid CSS Custom Property?
A computed value depends on the property type when using invalid custom properties. If it's inherited the value is inherited, if not, it is initial. The answer is red (inherited) and transparent (initial value for background-color).