mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-26 19:32:06 -05:00
3af8b491b4
`: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>
|