Selection after the tag

Hi everyone,

I have this HTML:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
</head>
<body>

<p><em>key</em>:: value</p>

</body>
</html>


I can't touch the HTML just the CSS, I want to format the two colon after the </em>.

Thamks
Was this page helpful?