body {
background-color: red;
}

* {
transition: 10s;
}
body *:hover {
filter: invert(1);
}