Skip to content

Commit 219521a

Browse files
committed
Highlight comments when directly linked to
1 parent d1d898e commit 219521a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

www/scrawl.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ li {
5252
text-indent: -1.5em;
5353
}
5454

55+
.comment:target {
56+
background: #fff4c3;
57+
}
58+
5559
.comment-continuation {
5660
margin-left: 2em;
5761
font-size: 1.25em;

0 commit comments

Comments
 (0)