From e57370588c686afbe6e1d8f5f702ed51686aa954 Mon Sep 17 00:00:00 2001 From: Kristjan Komlosi Date: Fri, 1 Nov 2019 22:02:10 +0100 Subject: [PATCH] fixed text color fill --- frontend/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/stylesheet.css b/frontend/stylesheet.css index a42367f..fb4556b 100644 --- a/frontend/stylesheet.css +++ b/frontend/stylesheet.css @@ -65,5 +65,5 @@ body { } .flot-tick-label { - color: white; + fill: white; }