Skip to content

Instantly share code, notes, and snippets.

@macedonga
Last active September 11, 2021 08:52
Show Gist options
  • Save macedonga/5c99b1b8261993b4a65bef70ec411fd9 to your computer and use it in GitHub Desktop.
Save macedonga/5c99b1b8261993b4a65bef70ec411fd9 to your computer and use it in GitHub Desktop.
A style for Caards.
html {
height: 100%;
background: #00183b url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/stars.png) repeat;
animation: 500s para infinite linear;
}
@keyframes para {
100% {
background-position:
-5000px 20%
}
}
.Caard {
background-color: #00112b;
}
.Caard[caard-type="fullscreen"] {
background-color: #00000000;
}
.AB-Card {
background-color: #01193d !important;
}
.Widgets-Container button {
background-color: #01193d !important;
}
.Widgets-Container div {
background-color: #011e49 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment