Skip to content

Instantly share code, notes, and snippets.

@bitjockey42
Created September 22, 2016 02:03
Show Gist options
  • Save bitjockey42/de12367720afaf128057b37ede3ff833 to your computer and use it in GitHub Desktop.
Save bitjockey42/de12367720afaf128057b37ede3ff833 to your computer and use it in GitHub Desktop.
Make firefox blend in better with elementary OS Pantheon
/**
* Install https://addons.mozilla.org/en-US/firefox/addon/checkcompatibility/ to disable version checks
* Then install https://addons.mozilla.org/en-US/firefox/addon/adwaita/
*/
/* Navigation bar*/
#nav-bar {
background-image: linear-gradient( 0deg, #c0c0c0, #d0d0d0, #e0e0e0) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment