The problem is you have a style for the p tag. This is how to fix your issue
.InverseOnHoverContainer:hover p { color: white; }
Also, you don't need to add !important. This will be a problem later on.
!important