logoalt Hacker News

greyface-yesterday at 10:36 PM0 repliesview on HN

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

  p:target { border: 1px dashed; }