Skip to content

Instantly share code, notes, and snippets.

@LuanderFarias
Created December 23, 2022 12:08
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 LuanderFarias/4e13c2328476e0925c1060be19a51060 to your computer and use it in GitHub Desktop.
Save LuanderFarias/4e13c2328476e0925c1060be19a51060 to your computer and use it in GitHub Desktop.
: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