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