Last active
December 15, 2017 13:19
-
-
Save dumindu/dabf0c0d436ab68f6684999ebef0a0d1 to your computer and use it in GitHub Desktop.
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
# FF57+, Use Default Dark Theme + Normal Density | |
:root:-moz-lwtheme-brighttext { | |
--chrome-background-color: #424242 !important; | |
--chrome-color: #8f8f8f !important; | |
--chrome-secondary-background-color: #363636 !important; | |
--toolbox-border-bottom-color: #2e2e2e !important; | |
} | |
[data-identity-color="blue"] { | |
--identity-tab-color: #7193F7 !important; | |
--identity-icon-color: #7193F7 !important; | |
} | |
[data-identity-color="green"] { | |
--identity-tab-color: #71F78A !important; | |
--identity-icon-color: #71F78A !important; | |
} | |
[data-identity-color="orange"] { | |
--identity-tab-color: #F2DE73 !important; | |
--identity-icon-color: #F2DE73 !important; | |
} | |
[data-identity-color="pink"] { | |
--identity-tab-color: #F771E7 !important; | |
--identity-icon-color: #F771E7 !important; | |
} | |
:root:-moz-lwtheme { | |
--tab-line-color: none !important; | |
} | |
:root:not([uidensity=compact]) #back-button { | |
padding-top: 0 !important; | |
padding-bottom: 0 !important; | |
} | |
:root:not([uidensity=compact]) #back-button > .toolbarbutton-icon { | |
background-color: unset !important; | |
border: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.