Found a solution :)
If someone has the same problem:
._MarqueeSmall_no_spaces:hover{
-webkit-text-stroke: 2px #FFFFFF;
color: transparent;
transition: 0.25s ease-in-out;
}
._MarqueeSmall_no_spaces{
color: white;
-webkit-text-stroke: unset;
}
this works perfectly fine for me :)