Skip to content

Instantly share code, notes, and snippets.

@lior-amsalem
Created July 16, 2022 11:05
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 lior-amsalem/b98cc7cc1c47195ace8ab5fac2f19883 to your computer and use it in GitHub Desktop.
Save lior-amsalem/b98cc7cc1c47195ace8ab5fac2f19883 to your computer and use it in GitHub Desktop.
.button {
color: #000;
}
/* you can go above 100% */
.button:hover {
filter: brightness(85%);
}
<button class="button">some text of a button</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment