From 91b9a68bac8c6a6a42567b4f3229db62ad3ce1af Mon Sep 17 00:00:00 2001 From: Lichene Date: Fri, 14 Nov 2025 13:48:38 +0100 Subject: [PATCH] lighter blue --- public/js/arf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");