What I am after is to colour in just one character of my code throughout the page.
The lines between each of the words are what I would like to be a different colour fro
If you wrap each of the | character in a span with a class you can use that:
| .separator { color: #0F0; }