Last active
November 11, 2021 13:04
-
-
Save AertHulsebos/69ba89125142ac2b548e5021ead6b0e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Entire Banner */ | |
| #cmplz-cookiebanner-container { | |
| font-size:1.2em; | |
| font-family:Montserrat, sans-serif; | |
| font-weight:600; | |
| text-decoration:underline; | |
| text-transform:lowercase; | |
| } | |
| /* Only Hyperlinks */ | |
| #cmplz-cookiebanner-container a {} | |
| /* Only Buttons */ | |
| #cmplz-cookiebanner-container .cmplz-btn {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment