Skip to content

Instantly share code, notes, and snippets.

@michaelmrose
Created March 30, 2024 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelmrose/f62e74a04792ea6d6e5532b805eb78e5 to your computer and use it in GitHub Desktop.
Save michaelmrose/f62e74a04792ea6d6e5532b805eb78e5 to your computer and use it in GitHub Desktop.
#tabbrowser-tabs { visibility: collapse !important; }
#nav-bar {
background-color: black !important;
color: white !important;
}
#nav-bar toolbarbutton .toolbarbutton-icon {
fill: white !important; /* Change icon color */
background-color: black !important; /* Change background color */
}
#urlbar {
/* background-color: black !important; */
color: white !important;
background-color: black !important;
font-size: 12pt !important;
font-family: SF Pro Rounded;
}
#side-bar {
background-color: black !important;
color: white !important;
}
#urlbar-input::-moz-selection {
background-color: dodgerblue !important;
color: #ffffff !important;
}
#urlbar-results {
}
.urlbarView-row {
color: white !important;
}
#sidebar-header {
visibility: collapse;
}
/* Hide New Tab Button immediately next to solo tab */
#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"] + toolbarbutton {
visibility: collapse;
}
#titlebar{ -moz-appearance: none !important; }
:root[sizemode="maximized"]:not([inDOMFullscreen]){ margin-top: 9px !important; }
#TabsToolbar{ visibility: collapse; }
@import 'firefox.css';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment