mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
3af8b491b4
`:any-link` matches links, whether they have been visited or not. `:local-link` matches links to the current URL.
7 lines
121 B
HTML
7 lines
121 B
HTML
<style>
|
|
:local-link {
|
|
color: orange;
|
|
}
|
|
</style>
|
|
<a href="">Local</a>
|
|
<a href="example.com">Not local</a>
|