From 8b41d48971f1c086b30b06e191d2296842c085b9 Mon Sep 17 00:00:00 2001 From: Servail <45024837+Servail@users.noreply.github.com> Date: Tue, 9 Jul 2019 16:23:15 +0300 Subject: Update aboutProfiles.css --- src/chrome/mozapps/aboutProfiles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chrome/mozapps/aboutProfiles.css b/src/chrome/mozapps/aboutProfiles.css index e071968..051112f 100644 --- a/src/chrome/mozapps/aboutProfiles.css +++ b/src/chrome/mozapps/aboutProfiles.css @@ -3,7 +3,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ html { - --aboutProfiles-table-background: rgb(75,75,75); + --aboutProfiles-table-background: rgb(0,0,0); background-color: var(--in-content-frame-background); /* was var(--in-content-page-background) --johnGraciliano */ padding: 48px 48px; } -- cgit v1.2.3