From 20b46afbf2b2a5990c63a3a1f1fff3b76b38dd58 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 9 Dec 2024 14:41:12 -0800 Subject: [PATCH] style: update cookie consent box colors to dark grey --- aider/website/_includes/head_custom.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",