Skip to content

Instantly share code, notes, and snippets.

@devramsean0
Last active March 31, 2023 09:18
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 devramsean0/6c6a322db58f9dc1f37d5fe9057b7b13 to your computer and use it in GitHub Desktop.
Save devramsean0/6c6a322db58f9dc1f37d5fe9057b7b13 to your computer and use it in GitHub Desktop.
:root {
--colors-background: #000;
--colors-text: #fff;
--colors-elevated: #82480e;
}
.post {
transition: all 0.2s ease-in-out;
}
.post :hover {
transform: scale(1.02);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment