diff --git a/templates/tracker.html b/templates/tracker.html
index 692274a..4d0a751 100644
--- a/templates/tracker.html
+++ b/templates/tracker.html
@@ -523,7 +523,7 @@
type: 'scattergl', mode: 'lines+markers', name: r.id,
x: trk.delay, y: trk.doppler,
line: { color: 'rgba(0,0,0,0.25)', width: 1 },
- marker: { color: colorFor(r.id), size: 7, line: { color: '#ffffff', width: 1.2 } },
+ marker: { color: colorFor(r.id), size: 7, line: { color: '#ffffff', width: 0.5 } },
customdata: trk.snr,
hovertemplate: r.id + '
Delay: %{x:.2f}
Doppler: %{y:.2f} Hz
'
+ 'SNR: %{customdata:.1f} dB',