Created
March 30, 2024 20:45
-
-
Save michaelmrose/f62e74a04792ea6d6e5532b805eb78e5 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
#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