Skip to content

Instantly share code, notes, and snippets.

@macedonga
Last active September 11, 2021 17:39
Show Gist options
  • Save macedonga/f8204ed320b1d64ee645aa3bc0f0fbc5 to your computer and use it in GitHub Desktop.
Save macedonga/f8204ed320b1d64ee645aa3bc0f0fbc5 to your computer and use it in GitHub Desktop.
A style for Caards.
* {
color: white !important;
fill: white !important;
}
body {
background: linear-gradient(90deg, #f3ab26 21px, transparent 1%) center, linear-gradient(#f3ab26 21px, transparent 1%) center, #4b350c;
background-size: 22px 22px;
}
.Caard {
background-color: #cf8c0f !important;
}
.Caard[caard-type="fullscreen"] {
background-color: #00000000 !important;
}
a,
a:visited,
a:hover {
color: #ddd;
}
.Widgets-Container div {
background-color: #a37216;
}
.Widgets-Container button {
background-color: #7e5710 !important;
}
.AB-Card {
background-color: #7e5710 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment