Skip to content

Instantly share code, notes, and snippets.

@brussell98
Created April 8, 2016 18:09
Show Gist options
  • Save brussell98/98fb8d26e80553c8a17c1fe6b2f95f20 to your computer and use it in GitHub Desktop.
Save brussell98/98fb8d26e80553c8a17c1fe6b2f95f20 to your computer and use it in GitHub Desktop.
/* regex: (?!https://ptb.discordapp|https://discordapp|https://canary.discordapp).* */
* {
font-family: cursive;
}
h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover {
transition: .2s ease-in-out;
transform: scale(1.1);
}
img:hover {
transition: .2s ease-in-out;
transform: rotate(20deg);
}
a:hover {
transition: 1s linear;
transform: rotate(360deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment