Skip to content

Instantly share code, notes, and snippets.

@icodesido
Created January 11, 2018 10:59
Show Gist options
  • Save icodesido/78ca6889292be86e2b54868c7c106dd7 to your computer and use it in GitHub Desktop.
Save icodesido/78ca6889292be86e2b54868c7c106dd7 to your computer and use it in GitHub Desktop.
Checked box label formatting
input[type="checkbox"]:checked + label {
color: steelblue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment