Update cookie consent banner styling to align with brand theme#7
Conversation
- Override `vanilla-cookieconsent` CSS variables (`--cc-*`) with the app's standard `--color-*` variables in `src/index.css`. - Applies dark mode surfaces, primary and secondary brand accents, and appropriate typography without modifying the actual banner text or config logic.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
Visit the preview URL for this PR (updated for commit a500665): https://rexvelocity--pr7-jules-cookie-banner-ojsunx20.web.app (expires Fri, 05 Jun 2026 09:59:20 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: e6a8092b99a21a146aa2c15690bc80339a98e50d |
This commit addresses the issue to improve the look and feel of the cookie banner to be more on brand.
We are utilizing
vanilla-cookieconsent, and to customize the UI correctly, I've overridden its internal CSS variables (--cc-*) inside the:rootpseudo-class insrc/index.css. This links the cookie consent banner to the custom brand variables defined in the Tailwind v4@themeblock.This updates background colors, primary accent colors, borders, and typography so the banner seamlessly matches the rest of the application without touching any logic or text strings.
PR created automatically by Jules for task 5207412527614896639 started by @TomGreener91