The CSS :target pseudo-class is useful in situations like this. HN could do something like:
p:target { border: 1px dashed; }