The :local-link pseudo-class

Back to the index.

The :local-link pseudo-class targets links that point to the same domain as the current page is on.

:local-link {text-decoration: overline}
:local-link(0) {color: green}
:local-link(1) {text-transform: uppercase}