diff --git a/borgweb/borg/static/borg/js/chart.js b/borgweb/borg/static/borg/js/chart.js index 66b0979..aefadb7 100644 --- a/borgweb/borg/static/borg/js/chart.js +++ b/borgweb/borg/static/borg/js/chart.js @@ -5,7 +5,7 @@ function draw_time_graph(chartID, repos, dateLabels, sizeUnits) { label: repo.label, data: repo.size, fill: false, - borderColor: 'rgb(75, 192, 192)' + borderColor: 'rgb(7, 59, 76)' }); }) diff --git a/borgweb/borg/templates/borg/base.html b/borgweb/borg/templates/borg/base.html index b0849c9..4a5ea22 100644 --- a/borgweb/borg/templates/borg/base.html +++ b/borgweb/borg/templates/borg/base.html @@ -19,7 +19,7 @@