Nope. If only the Poal devs didn't pull this kind of shit on us.
Ok, so last shot
.links a[style*="color: #4163ac !important"] { color: white !important; }
Or maybe this
.links a[style*="color: #4163ac !important;right: 0em;"] { color: white !important;right: 0em; }
Nope. sighs.... Poal, oh Poal devs.... making things more complicated than they need to be.....
Have you tried by specifying the state?
a:link - a normal, unvisited link
a:visited - a link the user has visited
a:hover - a link when the user mouses over it
a:active - a link the moment it is clicked
https://www.w3schools.com/Css/css_link.asp
I mean at that point let's try all the lamest hacks... Maybe something will stick
Edit:
Also, I would try :before
https://stackoverflow.com/questions/21421948/protect-e-mail-address-with-css-only
(post is archived)