From 3a4447b5917bab32a020fa47268490475bed6558 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Wed, 4 Oct 2023 17:18:15 -0700 Subject: [PATCH] head: adapt cookie consent colours to dark skin --- _includes/head/custom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/head/custom.html b/_includes/head/custom.html index 30331ae542..0750adab72 100644 --- a/_includes/head/custom.html +++ b/_includes/head/custom.html @@ -36,7 +36,7 @@ window.addEventListener("load", function(){ window.cookieconsent.initialise({ "palette": { "popup": { - "background": "#2e3440" + "background": "#28282b" }, "button": { "background": "#60818f"