From b38f424c84e0e676aa86000d12aee03b6dc47389 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Mon, 15 Jun 2026 05:48:01 +0200 Subject: [PATCH] Explicitly set colors of banner. --- assets/scss/hugo_cookie_consent/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/scss/hugo_cookie_consent/style.scss b/assets/scss/hugo_cookie_consent/style.scss index 4d24727..802989b 100644 --- a/assets/scss/hugo_cookie_consent/style.scss +++ b/assets/scss/hugo_cookie_consent/style.scss @@ -1,4 +1,6 @@ #cookie-banner { + color: inherit; + background-color: inherit; position: fixed; top: 2.5rem; left: 50%;