From 1a72f9243de54247122fdc94a3d010b7f7aeb6fb Mon Sep 17 00:00:00 2001 From: George Lacey Date: Wed, 6 Apr 2022 12:03:07 +0100 Subject: [PATCH] Update theme to be consistent with 'george' project --- borgweb/borg/static/borg/js/chart.js | 2 +- borgweb/borg/templates/borg/base.html | 2 +- borgweb/borg/templates/borg/index.html | 4 ++-- borgweb/static/theme.scss | 25 +++++++++++++++---------- 4 files changed, 19 insertions(+), 14 deletions(-) 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 @@ {% block title %}Title{% endblock %} -