Skip to content

Instantly share code, notes, and snippets.

@euhmeuh
Last active December 9, 2019 10:50
Show Gist options
  • Save euhmeuh/846ddcd3e7ff05dd9fd3ab94467d3a80 to your computer and use it in GitHub Desktop.
Save euhmeuh/846ddcd3e7ff05dd9fd3ab94467d3a80 to your computer and use it in GitHub Desktop.
Custom style for Firefox tabs
/*
Put this file in:
- <your profile folder>/chrome/userChrome.css
Then set up the configuration key:
- toolkit.legacyUserProfileCustomizations.stylesheets = true
*/
tab[pinned="true"] .tab-icon-image {
filter: grayscale(100%) invert();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment