From 5a59fcd96be4a29cbe9dc720cb27cdbefd19b070 Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 1 Jun 2026 16:25:27 +0800 Subject: [PATCH] Improve cookie consent readability --- src/app/globals.css | 4 ++++ src/components/site/cookie-consent.tsx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/globals.css b/src/app/globals.css index 80f346c..bedef70 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -153,7 +153,11 @@ body.site-product-menu-open footer { } .cookie-consent-panel { + background: #fff; border-radius: 8px; + box-shadow: + 0 18px 64px rgba(15, 18, 20, 0.22), + 0 2px 14px rgba(15, 18, 20, 0.1) !important; } .about-html { diff --git a/src/components/site/cookie-consent.tsx b/src/components/site/cookie-consent.tsx index 4b35ee0..62eadc2 100644 --- a/src/components/site/cookie-consent.tsx +++ b/src/components/site/cookie-consent.tsx @@ -33,7 +33,7 @@ export function CookieConsent({ locale }: { locale: Locale }) { return (
-
+