From 546ce9a46e402eb8195197ee85ea9d934a3f8642 Mon Sep 17 00:00:00 2001 From: Meutel Date: Thu, 4 Jan 2018 11:48:03 +0100 Subject: [PATCH] Customize firefox copy to $firefox_profile/chrome --- _chrome__firefox/userChrome.css | 3 +++ _chrome__firefox/userContent.css | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 _chrome__firefox/userChrome.css create mode 100644 _chrome__firefox/userContent.css diff --git a/_chrome__firefox/userChrome.css b/_chrome__firefox/userChrome.css new file mode 100644 index 0000000..32d2aec --- /dev/null +++ b/_chrome__firefox/userChrome.css @@ -0,0 +1,3 @@ +#sidebar-box { + background-color: #333 !important; +} diff --git a/_chrome__firefox/userContent.css b/_chrome__firefox/userContent.css new file mode 100644 index 0000000..fb361d0 --- /dev/null +++ b/_chrome__firefox/userContent.css @@ -0,0 +1,5 @@ +@-moz-document url("about:newtab") { + body { + background-color: #333 !important; + } +}