head: adapt cookie consent colours to dark skin
This commit is contained in:
parent
2d08174e99
commit
24b533b6e8
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ window.addEventListener("load", function(){
|
|||
window.cookieconsent.initialise({
|
||||
"palette": {
|
||||
"popup": {
|
||||
"background": "#2e3440"
|
||||
"background": "#28282b"
|
||||
},
|
||||
"button": {
|
||||
"background": "#60818f"
|
||||
|
|
Loading…
Reference in a new issue