mirror of
https://github.com/aaru-dps/Aaru.Documentation.git
synced 2025-12-16 19:24:33 +00:00
Adapt whole site to follow the documentation theme.
This commit is contained in:
17
js/colors.js
Normal file
17
js/colors.js
Normal file
@@ -0,0 +1,17 @@
|
||||
const themeColors =
|
||||
[
|
||||
"#006412",
|
||||
"#0000D3",
|
||||
"#FF6403",
|
||||
"#562C05",
|
||||
"#DD0907",
|
||||
"#F20884",
|
||||
"#4700A5",
|
||||
"#90713A",
|
||||
"#1FB714",
|
||||
"#02ABEA",
|
||||
"#FBF305",
|
||||
];
|
||||
|
||||
const chartDataLabelColor = "#ffffff";
|
||||
const chartTitleColor = "#e18fdc";
|
||||
Reference in New Issue
Block a user