From f1029aed221024de43c3d76051210ba1eb6be926 Mon Sep 17 00:00:00 2001 From: "Zane C. Bowers-Hadley" Date: Mon, 24 Sep 2018 03:20:05 -0500 Subject: add overrides for bits of the graphing so the axis text are visible --- layouts/partials/theme-colors.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/layouts/partials/theme-colors.css b/layouts/partials/theme-colors.css index 8df0f79..8ff04c7 100644 --- a/layouts/partials/theme-colors.css +++ b/layouts/partials/theme-colors.css @@ -276,3 +276,12 @@ blockquote { height: 5px; border: solid {{ .Param "colors.text" | default "#66FF00" }}; } + + +.c3 path, .c3 line { + stroke: {{ .Param "colors.graphLines" | default "#66FF00" }}; +} + +.c3 text { + stroke: {{ .Param "colors.graphText" | default "#FF00FF" }}; +} -- cgit v1.2.3