Skip to content

Instantly share code, notes, and snippets.

@sampoder
Created September 12, 2020 13:24
Show Gist options
  • Save sampoder/6ad4de911a4d1d3a8534b01c8d22a350 to your computer and use it in GitHub Desktop.
Save sampoder/6ad4de911a4d1d3a8534b01c8d22a350 to your computer and use it in GitHub Desktop.
CSS uploaded by scrapbook.hackclub.com/customizer
/* @keyframes rainbow {
14% {
color: #ff0000;
}
28% {
color: #ffa500;
}
42% {
color: #ffff00;
}
56% {
color: #008000;
}
70% {
color: #0000ff;
}
84% {
color: #4b0082;
}
100% {
color: #ee82ee;
}
}
.header-title-name{
animation: rainbow 5s infinite;
}
.post:hover {
transform: scale(1.02);
}
.post {
transition: all .2s ease-in-out;
} */
:root {
--colors-background: #a633d6;
--colors-text: #ffff;
--colors-elevated: #228B22;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment