From afc537226d1c6c5dce4c077e860d64155047c3b3 Mon Sep 17 00:00:00 2001 From: Meutel Date: Thu, 4 Jan 2018 12:05:26 +0100 Subject: [PATCH] Firefox: fix sidebar color --- _chrome__firefox/userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_chrome__firefox/userChrome.css b/_chrome__firefox/userChrome.css index 32d2aec..ac3bb7e 100644 --- a/_chrome__firefox/userChrome.css +++ b/_chrome__firefox/userChrome.css @@ -1,3 +1,3 @@ #sidebar-box { - background-color: #333 !important; + background-color: rgb(59, 59, 62) !important; }