We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d62bb2 commit 1542595Copy full SHA for 1542595
cmd/dcs-web/templates/show.html
@@ -52,7 +52,7 @@
52
<h2>Source of {{.filename}}</h2>
53
54
<!-- Line numbers on the left of the source code -->
55
-<div class="lnr"><pre>{{range $idx, $line := .numbers}}{{ if eq $line $.line }}<span style="font-weight: bold; background-color: #333;">{{ end }}<a id="L{{$line}}"><span id="L{{$line}}"></a>{{$line}}</span>{{ if eq $line $.line }}</span>{{ end }}
+<div class="lnr"><pre>{{range $idx, $line := .numbers}}{{ if eq $line $.line }}<span style="font-weight: bold; background-color: #333; color: #fff">{{ end }}<a id="L{{$line}}"><span id="L{{$line}}"></a>{{$line}}</span>{{ if eq $line $.line }}</span>{{ end }}
56
{{end}}
57
</pre></div>
58
<!-- The source code itself -->
0 commit comments