Last active
September 11, 2021 17:39
-
-
Save macedonga/f8204ed320b1d64ee645aa3bc0f0fbc5 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
* { | |
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