mirror of
https://github.com/RGBCube/serenity
synced 2025-06-12 01:32:08 +00:00

`:any-link` matches links, whether they have been visited or not. `:local-link` matches links to the current URL.
2 lines
79 B
HTML
2 lines
79 B
HTML
<a href="" style="color: orange">Local</a>
|
|
<a href="example.com">Not local</a>
|