Skip to content

Instantly share code, notes, and snippets.

@jkap
Created November 11, 2023 15:44
Show Gist options
  • Save jkap/290e92e539e226b4c02e8619dd7e2866 to your computer and use it in GitHub Desktop.
Save jkap/290e92e539e226b4c02e8619dd7e2866 to your computer and use it in GitHub Desktop.
@-moz-document domain("cohost.org") {
[data-view="post-preview"] img {
filter: brightness(75%);
transition: 200ms filter ease-in;
&:hover {
filter: brightness(100%);
}
}
@media (prefers-reduced-motion) {
[data-view="post-preview"] img {
transition: unset;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment