I mean if I need, for example, selected text in a hovered link be red, could I use the following code in CSS style?
.abc:hover:selection{color:red} <
.abc:hover:selection{color:red}
.container:nth-last-child(2):not(:first-child) { background-color: red; }