diff --git a/index.html b/index.html
index 4d7cfea..da8dae0 100644
--- a/index.html
+++ b/index.html
@@ -27341,7 +27341,7 @@ Y_{t} = \mu + Y_{t-1} + \varepsilon_t \quad \text{with} \quad \varepsilon_t = \
.range([innerHeight, 0]);
// Create a color scale for the basis functions
- const color = d3.scaleOrdinal(d3.schemeCategory10);
+ const color = d3.scaleOrdinal(["#9B26B0FF", "#3F51B4FF", "#02A9F3FF", "#009687FF", "#8BC34AFF", "#FFEB3AFF", "#FF9800FF", "#795447FF"]);
// Create SVG
const svg = d3.create("svg")
@@ -29623,7 +29623,7 @@ window.QuartoSupport = function () {
});