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({
palette: {
popup: {
background: "#157878",
background: "#333333",
text: "#ffffff"
},
button: {
background: "#ffffff",
text: "#157878"
text: "#333333"
}
},
type: "opt-in",