mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-09 17:51:03 +00:00
8 lines
121 B
HTML
8 lines
121 B
HTML
|
|
<style>
|
||
|
|
:local-link {
|
||
|
|
color: orange;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<a href="">Local</a>
|
||
|
|
<a href="example.com">Not local</a>
|