diff --git a/public/js/arf.js b/public/js/arf.js index d0aeb05..b600bbb 100644 --- a/public/js/arf.js +++ b/public/js/arf.js @@ -128,7 +128,7 @@ function update(source) { .attr("dy", ".35em") .attr("text-anchor", "start") .text("[Notes]") - .style("fill", "brown") + .style("fill", "#4A90E2") .style("font-size", "0.85em") // Smaller font .style("fill-opacity", 1e-6) .style("text-decoration", "underline");