Skip to content

Instantly share code, notes, and snippets.

@LuanderFarias
Created December 23, 2022 12:08
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
:root {
--colors-background: #17171d;
--colors-text: #fff;
--colors-elevated: #252429;
}
.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