style: update cookie consent box colors to dark grey

This commit is contained in:
Paul Gauthier (aider) 2024-12-09 14:41:12 -08:00
parent 1925e4a7f4
commit 20b46afbf2

View file

@ -27,12 +27,12 @@ window.addEventListener('load', function(){
window.cookieconsent.initialise({ window.cookieconsent.initialise({
palette: { palette: {
popup: { popup: {
background: "#157878", background: "#333333",
text: "#ffffff" text: "#ffffff"
}, },
button: { button: {
background: "#ffffff", background: "#ffffff",
text: "#157878" text: "#333333"
} }
}, },
type: "opt-in", type: "opt-in",