Customize firefox
copy to $firefox_profile/chrome
This commit is contained in:
parent
d24742d500
commit
546ce9a46e
3
_chrome__firefox/userChrome.css
Normal file
3
_chrome__firefox/userChrome.css
Normal file
@ -0,0 +1,3 @@
|
||||
#sidebar-box {
|
||||
background-color: #333 !important;
|
||||
}
|
5
_chrome__firefox/userContent.css
Normal file
5
_chrome__firefox/userContent.css
Normal file
@ -0,0 +1,5 @@
|
||||
@-moz-document url("about:newtab") {
|
||||
body {
|
||||
background-color: #333 !important;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user