Skip to content

Instantly share code, notes, and snippets.

@macedonga
Last active June 12, 2023 12:38
Show Gist options
  • Save macedonga/9ed473a7c14042de4887986e6f494d73 to your computer and use it in GitHub Desktop.
Save macedonga/9ed473a7c14042de4887986e6f494d73 to your computer and use it in GitHub Desktop.
A test style for Caards (next version).
body {
color: #fff!important;
background-image: url(https://res.cloudinary.com/dupqltoku/image/upload/v1629909348/bkg-mountain-left_tdq9io.svg),url(https://res.cloudinary.com/dupqltoku/image/upload/v1629910006/bkg-trees-right_qs1cw9.svg),url("https://res.cloudinary.com/dupqltoku/image/upload/v1629909348/bkg-vista_tvx6l0.svg"),linear-gradient(5deg,rgba(250,235,200,1) 0%,rgba(250,235,200,1) 38%,rgba(124,214,222,1) 100%);
background-attachment: fixed;
background-position: left bottom,right bottom;
background-repeat: no-repeat,no-repeat,repeat-x,no-repeat;
background-size: 20vw,30vw,100vw,auto
}
#__next > div.h-\[45vh\].relative {
visibility: hidden;
}
.Caard {
background-image: url(https://res.cloudinary.com/dupqltoku/image/upload/v1629918486/woodgrain_pykyre.svg);
background-color: #491727!important;
background-blend-mode: lighten;
background-repeat: no-repeat;
background-size: cover;
color: #fff!important
}
#__next > div.md\:max-w-4xl.md\:m-auto.sm\:px-8.lg\:px-10.md\:pb-10.w-full.Caard-Container > div > div.Feed-Container.max-w-full.grid.relative.mt-4 > div > div > div > div {
display: none;
}
#__next > div.md\:max-w-4xl.md\:m-auto.sm\:px-8.lg\:px-10.md\:pb-10.w-full.Caard-Container > div > div.Feed-Container.max-w-full.grid.relative.mt-4 > div > div > div > a {
background-color: #00000050;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment