Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/VVelox/hugo-dusky-neon-potato.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZane C. Bowers-Hadley <vvelox@vvelox.net>2018-09-24 11:20:05 +0300
committerZane C. Bowers-Hadley <vvelox@vvelox.net>2018-09-24 11:20:05 +0300
commitf1029aed221024de43c3d76051210ba1eb6be926 (patch)
tree6ea7a1769fa6400dfc3a101a505f1915801312e0
parent686942094d741e90ed85fdc0feaf0cbc4535f0c4 (diff)
add overrides for bits of the graphing so the axis text are visible
-rw-r--r--layouts/partials/theme-colors.css9
1 files changed, 9 insertions, 0 deletions
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" }};
+}