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:33:11 +0300
committerZane C. Bowers-Hadley <vvelox@vvelox.net>2018-09-24 11:33:11 +0300
commitd1d0ecfd3c7ecc263d7316f9e45b998f979632db (patch)
treee0f3025fe928502841a980a98f6a7479c1c503f3
parent18b37e990d6c91979fa940586af7d003287dc536 (diff)
the tooltip now shows up all nicely
-rw-r--r--layouts/partials/theme-colors.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/theme-colors.css b/layouts/partials/theme-colors.css
index 8fd3539..998d7bb 100644
--- a/layouts/partials/theme-colors.css
+++ b/layouts/partials/theme-colors.css
@@ -278,6 +278,8 @@ blockquote {
}
+/* C3 overrides so bits are not invisible */
+
.c3 path, .c3 line {
stroke: {{ .Param "colors.graph-lines" | default "#66FF00" }};
}
@@ -285,3 +287,7 @@ blockquote {
.c3 text {
stroke: {{ .Param "colors.grap-text" | default "#FF00FF" }};
}
+
+.c3-tooltip td {
+ background-color: {{ .Param "colors.background" | default "#101010" }};
+}