cookiebot-style-override
Override the color/fonts used in the cookiebot cookie consent modal.
🧙 Installation
Using npm:
npm install @craftzing/cookiebot-style-override
Using yarn:
yarn add @craftzing/cookiebot-style-override
⚙️ Configuration
Setup cookiebot
Import package
In Nuxt you can add the package to the css property inside the config file
css: [
{ src: '@craftzing/cookiebot-style-override', lang: 'css' }
],
Custom style options
Add the following css vars in your project
--accent-color: ;
--background-color: ;
--text-color: ;
--font-family: ;
--hover-animation-duration: ;
--toggle-false-bgc: ;