diff --git a/aider/website/_includes/head_custom.html b/aider/website/_includes/head_custom.html index f8280c5fc..97d607aac 100644 --- a/aider/website/_includes/head_custom.html +++ b/aider/website/_includes/head_custom.html @@ -27,12 +27,12 @@ window.addEventListener('load', function(){ window.cookieconsent.initialise({ palette: { popup: { - background: "#157878", + background: "#333333", text: "#ffffff" }, button: { background: "#ffffff", - text: "#157878" + text: "#333333" } }, type: "opt-in",