Skip to content

Instantly share code, notes, and snippets.

@macedonga
Last active August 5, 2021 15:44
Show Gist options
  • Save macedonga/6f5da11034e6ae34f592a0ef68184b66 to your computer and use it in GitHub Desktop.
Save macedonga/6f5da11034e6ae34f592a0ef68184b66 to your computer and use it in GitHub Desktop.
A style for Caards.
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