We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f8d49 commit 8ab5809Copy full SHA for 8ab5809
web/offwhite/style.css
@@ -520,6 +520,12 @@ table#dirlist { /* the "Name" column */
520
color: #000;
521
}
522
523
+/* highlight line number with anchor */
524
+#src a.l:target, #src a.hl:target {
525
+ background: orange;
526
+ color:yellow;
527
+}
528
+
529
.blame .r { /* revision number "column" (annotation) */
530
text-align: right;
531
web/polished/style.css
@@ -574,6 +574,12 @@ table#dirlist { /* the "Name" column */
574
575
576
577
578
579
580
581
582
583
584
585
0 commit comments