Skip to content

Instantly share code, notes, and snippets.

@MightyPork
Created September 16, 2017 15:42
Show Gist options
  • Save MightyPork/f4eaf36918892e745695555a4fd70db5 to your computer and use it in GitHub Desktop.
Save MightyPork/f4eaf36918892e745695555a4fd70db5 to your computer and use it in GitHub Desktop.
mastodon-sepia-theme.css
html {
filter: invert();
}
.notification__favourite-icon-wrapper,
img, video, .image-loader__preview-canvas,
.account__avatar, .account__avatar-overlay-base,
.account__avatar-overlay-overlay, .compose-form {
filter: invert();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment