Skip to content

Instantly share code, notes, and snippets.

@aalfiann
Created February 28, 2020 06:02
Show Gist options
  • Select an option

  • Save aalfiann/3245eac336f37bae867cc65ab1cadb7a to your computer and use it in GitHub Desktop.

Select an option

Save aalfiann/3245eac336f37bae867cc65ab1cadb7a to your computer and use it in GitHub Desktop.
Reduce Light Image In Dark Theme CSS.css
:root {
--image-filter: grayscale(50%);
}
img:not([src*=".svg"]) {
filter: var(--image-filter);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment