Skip to content

Instantly share code, notes, and snippets.

@JasperMeurs
Created August 27, 2018 09:45
Show Gist options
  • Save JasperMeurs/fbd8ea009e794b22eefc6ed9926e566e to your computer and use it in GitHub Desktop.
Save JasperMeurs/fbd8ea009e794b22eefc6ed9926e566e to your computer and use it in GitHub Desktop.
Little CSS hack to make sure you don't forget img alt tags
img:not([alt]){
filter: grayscale(100%)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment