.spoiler {
    color: white;
    background: white;
}
.spoiler:hover {
    color: blue;
    background: white;
}