diff --git a/ui/components/cookie-consent.tsx b/ui/components/cookie-consent.tsx index 195630c4f..d576be87f 100644 --- a/ui/components/cookie-consent.tsx +++ b/ui/components/cookie-consent.tsx @@ -18,15 +18,15 @@ const CookieConsent = () => { if (!isVisible) return null; return ( -
+
{/* Adjust max-width accordingly */}

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.

- - + Cookie Settings
diff --git a/ui/styles/global.css b/ui/styles/global.css index e6a6550f2..2399a971b 100644 --- a/ui/styles/global.css +++ b/ui/styles/global.css @@ -153,6 +153,10 @@ html { } } +.cookie-bg-color { + background-color: #0063AC; +} + @media (max-width: 770px) { .rainbow-margin {