mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: update cookie consent box colors to dark grey
This commit is contained in:
parent
1925e4a7f4
commit
20b46afbf2
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue