Created
September 22, 2016 02:03
-
-
Save bitjockey42/de12367720afaf128057b37ede3ff833 to your computer and use it in GitHub Desktop.
Make firefox blend in better with elementary OS Pantheon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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