Remix.run Logo
greyface- 7 hours ago

The CSS :target pseudo-class is useful in situations like this. HN could do something like:

  p:target { border: 1px dashed; }