Skip to content

Instantly share code, notes, and snippets.

@macedonga
Last active December 4, 2022 20:31
Show Gist options
  • Save macedonga/1c127a2fe55ddacfaf03aad0dc54e7a9 to your computer and use it in GitHub Desktop.
Save macedonga/1c127a2fe55ddacfaf03aad0dc54e7a9 to your computer and use it in GitHub Desktop.
A style for Caards.
* {
color: white !important;
fill: white !important;
}
body {
background: linear-gradient(90deg, #161122 21px, transparent 1%) center, linear-gradient(#161122 21px, transparent 1%) center, #a799cc;
background-size: 22px 22px;
}
.Caard {
background-color: #1b1529 !important;
}
.Caard[caard-type="fullscreen"] {
background-color: #00000000 !important;
}
a,
a:visited,
a:hover {
color: #ddd;
}
.Widgets-Container div {
background-color: #1c162b;
}
.Widgets-Container button {
background-color: #211b30 !important;
}
.AB-Card {
background-color: #211b30 !important;
}
@Luna-devv
Copy link

looks pog if you ask me

@macedonga
Copy link
Author

hell yeah 😎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment