Adapt whole site to follow the documentation theme.

This commit is contained in:
2021-08-21 17:02:34 +01:00
parent 2093579543
commit 7276403e15
23 changed files with 105 additions and 37882 deletions

17
js/colors.js Normal file
View File

@@ -0,0 +1,17 @@
const themeColors =
[
"#006412",
"#0000D3",
"#FF6403",
"#562C05",
"#DD0907",
"#F20884",
"#4700A5",
"#90713A",
"#1FB714",
"#02ABEA",
"#FBF305",
];
const chartDataLabelColor = "#ffffff";
const chartTitleColor = "#e18fdc";