nixos-config/firefox/userChrome.css

18 lines
284 B
CSS

#TabsToolbar
{
display: none;
}
/* hides the sidebery tab header (including close button) */
#sidebar-header {
display: none;
}
/* hides the bookmarks toolbar */
#personal-bookmarks {
display: none !important;
}
:root {
--tabpanel-background-color: #24273a !important;
}