File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -475,6 +475,12 @@ table#dirlist { /* the "Name" column */
475
475
color : # 000 ;
476
476
}
477
477
478
+ /* highlight line number with anchor */
479
+ # src a .l : target , # src a .hl : target {
480
+ background : orange;
481
+ color : yellow;
482
+ }
483
+
478
484
.blame .r { /* revision number "column" (annotation) */
479
485
text-align : right;
480
486
}
Original file line number Diff line number Diff line change @@ -520,6 +520,12 @@ table#dirlist { /* the "Name" column */
520
520
color : # 000 ;
521
521
}
522
522
523
+ /* highlight line number with anchor */
524
+ # src a .l : target , # src a .hl : target {
525
+ background : orange;
526
+ color : yellow;
527
+ }
528
+
523
529
.blame .r { /* revision number "column" (annotation) */
524
530
text-align : right;
525
531
}
Original file line number Diff line number Diff line change @@ -574,6 +574,12 @@ table#dirlist { /* the "Name" column */
574
574
color : # 000 ;
575
575
}
576
576
577
+ /* highlight line number with anchor */
578
+ # src a .l : target , # src a .hl : target {
579
+ background : orange;
580
+ color : yellow;
581
+ }
582
+
577
583
.blame .r { /* revision number "column" (annotation) */
578
584
text-align : right;
579
585
}
You can’t perform that action at this time.
0 commit comments