How to revert CSS properties to the inherited value
unset - CSS: Cascading Style Sheets | MDNThe unset CSS keyword resets a property to its inherited value if the property naturally inherits from its parent, and to its initial value if not. In other words, it behaves like the inherit keyword