Skip to content

Instantly share code, notes, and snippets.

@rawsh
Created January 18, 2017 05:25
Show Gist options
  • Select an option

  • Save rawsh/7e613744bfff64fb052f52930b2f752a to your computer and use it in GitHub Desktop.

Select an option

Save rawsh/7e613744bfff64fb052f52930b2f752a to your computer and use it in GitHub Desktop.
Firefox dark red addition to Arc-Darker
.tabbrowser-tab[first-visible-tab="true"] > .tab-stack > .tab-background > .tab-background-start {
display: none;
}
textarea, input {
color: black;
background-color: white;
border: white;
}
#TabsToolbar:not(:-moz-lwtheme) {
background: #812b4a !important;;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment