Is it possible to remove class names and just apply red to all switches? Pulling from the other thread: #page-root .red-switch .peer:checked ~ div {
background-color: red;
} . Or does it not work like that?
Is it possible to remove class names and just apply red to all switches? Pulling from the other thread: #page-root .red-switch .peer:checked ~ div {
background-color: red;
} . Or does it not work like that?