mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +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({
|
||||
palette: {
|
||||
popup: {
|
||||
background: "#157878",
|
||||
background: "#333333",
|
||||
text: "#ffffff"
|
||||
},
|
||||
button: {
|
||||
background: "#ffffff",
|
||||
text: "#157878"
|
||||
text: "#333333"
|
||||
}
|
||||
},
|
||||
type: "opt-in",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue