Skip to content

Instantly share code, notes, and snippets.

@dumindu
Last active December 15, 2017 13:19
Show Gist options
  • Save dumindu/dabf0c0d436ab68f6684999ebef0a0d1 to your computer and use it in GitHub Desktop.
Save dumindu/dabf0c0d436ab68f6684999ebef0a0d1 to your computer and use it in GitHub Desktop.
# 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;
}
@dumindu
Copy link
Author

dumindu commented Nov 11, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment