css
Color your links with specific href
You can take advantage of CSS selectors to color different anchors with different colors! For example pdf files, external or internal links!

You can take advantage of CSS selectors to color different anchors with a different color! Look at the example; it's so simple.
[href^=]selects all anchors whosehrefstarts with the value[href$=]selects all anchors whosehrefends with the value[href*=]selects all anchors whosehrefincludes the value