From c5996fa29bcfb4c6f709ab47d44d820862f02521 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 20 Aug 2020 16:52:56 +1000 Subject: [PATCH] off-white background in graphs --- ts/src/stats/graphs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/src/stats/graphs.scss b/ts/src/stats/graphs.scss index 3c6991edb..8cde479d0 100644 --- a/ts/src/stats/graphs.scss +++ b/ts/src/stats/graphs.scss @@ -1,5 +1,5 @@ $day-fg: black; -$day-bg: white; +$day-bg: #f7f7f7; $day-tooltip-bg: #fcfcfc; $night-fg: white; $night-bg: #222;