Skip to content

Commit 02f8d49

Browse files
committed
highlight line number with anchor
fixes #702
1 parent 16803bc commit 02f8d49

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web/default/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,12 @@ table#dirlist { /* the "Name" column */
475475
color: #000;
476476
}
477477

478+
/* highlight line number with anchor */
479+
#src a.l:target, #src a.hl:target {
480+
background: orange;
481+
color:yellow;
482+
}
483+
478484
.blame .r { /* revision number "column" (annotation) */
479485
text-align: right;
480486
}

0 commit comments

Comments
 (0)