I would like to give different color to different external links using just CSS.
For example, we have few external links:
<a href="http://stackoverflow.com">StackOverflow</a>
<a href="http://example.edu">home page</a>
I want to give different colors to links based on their domain names(.edu, .org, .com etc.)