In my code, I want to highlight a single character throughout the page.
I want the lines between each word to be a different color from the rest of the text using CSS, without having to add span tags to each one individually.
Anti-virus End Point | Disk Encryption | UTM | Email and Web Security
Is this achievable through CSS?
Here is my attempt so far, but it's not working as expected:
| {
color:#00FF00;
}