Skip to content

Instantly share code, notes, and snippets.

@aalemayhu
Created January 1, 2022 13:32
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 aalemayhu/fe1515b5f7f8fcbde67a72e3eda7ed2a to your computer and use it in GitHub Desktop.
Save aalemayhu/fe1515b5f7f8fcbde67a72e3eda7ed2a to your computer and use it in GitHub Desktop.
Change color of hint
/* This will change the hint's text color to black */
.hint {
/* Find more colors here https://www.w3.org/wiki/CSS/Properties/color/keywords */
color: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment