firefox: make colors match better

This commit is contained in:
buffet 2023-09-28 22:37:47 +02:00
parent f36464b728
commit cd3b7d70fa

View file

@ -1,3 +1,16 @@
#TabsToolbar { #TabsToolbar {
visibility: collapse !important; display: none;
}
#nav-bar {
background: #ffffff !important;
}
#sidebar-splitter {
background: #ffffff !important;
width: 0 !important;
}
#sidebar-header {
display: none;
} }