Compare commits

1 Commits
scraps ... main

Author SHA1 Message Date
ef2b36a245 Remove sidebar border 2025-03-05 11:21:12 -06:00

View File

@ -10,6 +10,11 @@
border-bottom: none !important;
}
#tabbrowser-tabbox {
box-shadow: none !important;
outline: none !important;
}
/* Windows overrides */
@media (-moz-platform: windows) {