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;