4 lines
34 B
CSS
4 lines
34 B
CSS
|
:checked + * {
|
||
|
color: tomato;
|
||
|
}
|