From f20035cdf580126eafa0ad9b3c2e0eda54d644df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Farka=C5=A1?= Date: Sun, 23 Feb 2025 16:06:09 +0100 Subject: [PATCH] graph color update --- web/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/js/main.js b/web/js/main.js index a2ee5dc..8077d7e 100644 --- a/web/js/main.js +++ b/web/js/main.js @@ -514,7 +514,7 @@ function initCanvas() { const y2Axis = scales.y2; const gridLineColor = getComputedStyle(document.documentElement).getPropertyValue("--color-2-transparent").trim(); // Grid color using CSS variable - const textColor = getComputedStyle(document.documentElement).getPropertyValue("--color-3-transparent").trim(); // Use the same color for text labels + const textColor = getComputedStyle(document.documentElement).getPropertyValue("--color-3").trim(); // Use the same color for text labels ctx.save(); ctx.font = "12px Titillium Web";