Skip to content

Instantly share code, notes, and snippets.

@andreicristianpetcu
Created November 19, 2017 22:04
Show Gist options
  • Save andreicristianpetcu/a26485d60c254c32448ab73dfb9c2e34 to your computer and use it in GitHub Desktop.
Save andreicristianpetcu/a26485d60c254c32448ab73dfb9c2e34 to your computer and use it in GitHub Desktop.
Make Photon colors look like they used to in Australis
/* https://imgur.com/a/Sf48Y */
#TabsToolbar {
background: #2F343F !important;
}
#TabsToolbar .tabbrowser-tab,
#new-tab-button,
.tabbrowser-tabs,
#alltabs-button,
.titlebar-placeholder {
background: #2F343F;
color: white;
}
.tab-content[selected=true] {
color: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment