head: adapt cookie consent colours to dark skin

This commit is contained in:
lifehackerhansol 2023-10-04 17:18:15 -07:00
parent 2d08174e99
commit 24b533b6e8
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E

View file

@ -35,7 +35,7 @@ window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#2e3440"
"background": "#28282b"
},
"button": {
"background": "#60818f"