'CSS: how to color all the words between ‘ and ’

i was looking for a way to color in a page all the words between ‘ and ’ .not manually

i already tried with:

em, q {quotes: "‘" "’"; color: B8FEFF;}

seems i can't get it right.

How do I do this strictly with CSS?

Edit: if strictly with CSS is not possible, how is it with javascript?

css


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source