Styling with CSS Variables
August 22, 2025
CSS Variables are our recommended way to style your components. They provide a powerful way to create dynamic, maintainable themes for components. This approach is particularly useful for dark mode, theming, and responsive design.
Basic Usage
Each component has a set of predefined CSS variables that you can override:
All CSS Variables
| Component | CSS Variables |
|---|---|
| Cookie Banner | Open in GitHub |
| Consent Manager Dialog | Open in GitHub |
| Consent Manager Widget | Open in GitHub |
| Button | Open in GitHub |
| Accordion | Open in GitHub |
| Switch | Open in GitHub |