Customize firefox

copy to $firefox_profile/chrome
This commit is contained in:
Meutel 2018-01-04 11:48:03 +01:00
parent d24742d500
commit 546ce9a46e
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#sidebar-box {
background-color: #333 !important;
}

View File

@ -0,0 +1,5 @@
@-moz-document url("about:newtab") {
body {
background-color: #333 !important;
}
}