From 43ced2a28a71542247925167f9cf30702655da53 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Tue, 11 Aug 2026 08:05:42 +0200 Subject: [PATCH] Improve cookie banner design. --- assets/scss/main.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/scss/main.scss b/assets/scss/main.scss index 1e75a31..9459c87 100644 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -10,5 +10,13 @@ $dark: #535455; $link-decoration: none; $link-color: $secondary; +:root { + --cookie-banner-bg: #cad2e0; + --cookie-banner-color: #17293c; + --cookie-accept-bg: #16a34a; + --cookie-decline-bg: #dc2626; + --cookie-banner-shadow: 0 0 36px #686a6f; +} + @import "hugo_bootstrap_theme"; @import "hugo_cookie_consent"; \ No newline at end of file