From 3bd44f190c76e128d2e11a39cbacd062bae842a8 Mon Sep 17 00:00:00 2001 From: Florian Mounier Date: Thu, 2 Jul 2015 18:01:22 +0200 Subject: [PATCH] Improve bold rendering --- pygal/css/graph.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygal/css/graph.css b/pygal/css/graph.css index 79e7089..9f70fd5 100644 --- a/pygal/css/graph.css +++ b/pygal/css/graph.css @@ -66,7 +66,7 @@ stroke-dasharray: 6,6; } {{ id }}.axis text.major { - stroke-width: 0.5px; + stroke-width: 0.25px; } {{ id }}.horizontal .axis.y .guide.line,