Last active
August 5, 2021 15:44
-
-
Save macedonga/6f5da11034e6ae34f592a0ef68184b66 to your computer and use it in GitHub Desktop.
A style for Caards.
This file contains 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
body, | |
#page, | |
.Caard, | |
#page > div > div > div > div.w-96.text-center.M01.mx-auto, | |
#page > div > div > div > div:nth-child(4) { | |
background-color: black !important; | |
color: white !important; | |
} | |
.AB-Card { | |
background-color: white !important; | |
color: black; | |
} | |
.Widgets-Container div, | |
#page > div > div > div > div.grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-3.max-w-7xl.mx-auto.px-6.sm\:px-8.lg\:px-10.M01.mt-8.gap-8.md\:gap-12 > div { | |
background-color: white !important; | |
color: black !important; | |
} | |
.Widgets-Container button, | |
#page > div > div > div > div.grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-3.max-w-7xl.mx-auto.px-6.sm\:px-8.lg\:px-10.M01.mt-8.gap-8.md\:gap-12 > div > form > button { | |
background-color: #111 !important; | |
color: white !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment