Globally define theme colours

This commit is contained in:
2021-10-12 21:25:43 +02:00
parent b4c278b970
commit 58e3984ffc
4 changed files with 26 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ function drawGraph(element, label, dataType) {
datasets: [
{
label: label,
backgroundColor: highlightColor,
backgroundColor: "#" + window.style.highlightColor,
borderWidth: 0,
lineTension: 0,
fill: true,