Created
September 11, 2018 22:53
-
-
Save pvik/31ac565c250aac785b5f8baeec390001 to your computer and use it in GitHub Desktop.
Firefox Customization - userContent.css
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
@-moz-document regexp("moz-extension://.+/resources/group-tab.html.*") { | |
:root { | |
background: #bbc2cf; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment