lighter blue
All checks were successful
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Successful in 3s

This commit is contained in:
Lichene 2025-11-14 13:48:38 +01:00
parent 1709911051
commit 91b9a68bac

View file

@ -128,7 +128,7 @@ function update(source) {
.attr("dy", ".35em") .attr("dy", ".35em")
.attr("text-anchor", "start") .attr("text-anchor", "start")
.text("[Notes]") .text("[Notes]")
.style("fill", "brown") .style("fill", "#4A90E2")
.style("font-size", "0.85em") // Smaller font .style("font-size", "0.85em") // Smaller font
.style("fill-opacity", 1e-6) .style("fill-opacity", 1e-6)
.style("text-decoration", "underline"); .style("text-decoration", "underline");