Style links depending on url or file format
While browsing at Forrst I came across this piece of CSS. a[href^="http://"] { color: blue; } a[href^="mailto:"] { color: red; } …
While browsing at Forrst I came across this piece of CSS. a[href^="http://"] { color: blue; } a[href^="mailto:"] { color: red; } …