Skip to content

Instantly share code, notes, and snippets.

@NebuDev14
Created June 28, 2021 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NebuDev14/3da118f8db93039c0d71975e882d9171 to your computer and use it in GitHub Desktop.
Save NebuDev14/3da118f8db93039c0d71975e882d9171 to your computer and use it in GitHub Desktop.
CSS uploaded by scrapbook.hackclub.com/customizer
:root {
--colors-one: #eb0a66;
--colors-two: #db0d63;
--colors-three: #c50c59;
--colors-four: #900c43;
}
.header-title-name {
color: #ff00c3;
margin-bottom: 2rem;
border-bottom: 2px solid #eb0a66;
width: 18rem;
}
.header-streak {
background-color: rgb(2, 204, 255);
}
.post {
transition: 150ms ease;
cursor: pointer;
}
.post:hover {
background-color: #eb0a66;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment