Skip to content

Instantly share code, notes, and snippets.

@danielpaul
Created September 21, 2023 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielpaul/518a33bf4a4f7c916800f36604ce1611 to your computer and use it in GitHub Desktop.
Save danielpaul/518a33bf4a4f7c916800f36604ce1611 to your computer and use it in GitHub Desktop.
CookieChimp CSS Example
/* CookieChimp consent banner */
#c-p-bn, #s-all-bn {
background: #fcd34d !important;
border: 1px solid #fcd34d !important;
color: #111827 !important;
}
#c-p-bn:hover, #s-all-bn:hover {
background: #fbbf24 !important;
border: 1px solid #fbbf24 !important;
}
#c-s-bn, #s-rall-bn, #s-sv-bn {
background: #1f2937 !important;
border: 1px solid #1f2937 !important;
color: #fff !important;
}
#c-s-bn:hover, #s-rall-bn:hover, #s-sv-bn:hover {
background: #374151 !important;
color: #fff !important;
border: 1px solid #374151 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment