diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php index bc62dfb..b5c1fc9 100644 --- a/resources/views/about.blade.php +++ b/resources/views/about.blade.php @@ -124,7 +124,7 @@ chart: { type: 'spline', zoomType: 'x', - backgroundColor: '#0a0a0a', + backgroundColor: '#000000', resetZoomButton: { position: { x: 0, diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index c85133d..c11c550 100644 --- a/resources/views/dashboard.blade.php +++ b/resources/views/dashboard.blade.php @@ -102,7 +102,7 @@ Highcharts.chart('network_messages',{ chart: { type: 'column', - backgroundColor: '#0a0a0a', + backgroundColor: '#000000', }, credits: { enabled: false