Last active
September 11, 2021 17:39
-
-
Save macedonga/a675949f939f5481df68bf5eeb8cbb7f 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
* { | |
color: white !important; | |
fill: white !important; | |
} | |
body { | |
background: linear-gradient(90deg, #31beff 21px, transparent 1%) center, linear-gradient(#31beff 21px, transparent 1%) center, #12435a; | |
background-size: 22px 22px; | |
} | |
.Caard { | |
background-color: #288cbb !important; | |
} | |
.Caard[caard-type="fullscreen"] { | |
background-color: #00000000 !important; | |
} | |
a, | |
a:visited, | |
a:hover { | |
color: #ddd; | |
} | |
.Widgets-Container div { | |
background-color: #1d6b8f; | |
} | |
.Widgets-Container button { | |
background-color: #175c7c !important; | |
} | |
.AB-Card { | |
background-color: #175c7c !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment