From b7c24096551e4059a9cff102c06fb5cc85d16bbb Mon Sep 17 00:00:00 2001 From: Kristjan Komlosi Date: Fri, 1 Nov 2019 21:40:00 +0100 Subject: [PATCH] set tick labels to white --- frontend/stylesheet.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/stylesheet.css b/frontend/stylesheet.css index 9cbb102..a42367f 100644 --- a/frontend/stylesheet.css +++ b/frontend/stylesheet.css @@ -59,6 +59,11 @@ body { background-color: #8d0000; color: white; } + .table-secondary { color: black; } + +.flot-tick-label { + color: white; +}