Last active
September 11, 2021 08:52
-
-
Save macedonga/5c99b1b8261993b4a65bef70ec411fd9 to your computer and use it in GitHub Desktop.
A style for Caards.
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
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