commit 8b41d48971f1c086b30b06e191d2296842c085b9
parent 607fd74be8a42db46e80ba1781c044dacb3f29a5
Author: Servail <45024837+Servail@users.noreply.github.com>
Date: Tue, 9 Jul 2019 16:23:15 +0300
Update aboutProfiles.css
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;
}