summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorServail <45024837+Servail@users.noreply.github.com>2019-07-09 16:23:15 +0300
committerGitHub <noreply@github.com>2019-07-09 16:23:15 +0300
commit8b41d48971f1c086b30b06e191d2296842c085b9 (patch)
treeb5632dce28e1ed751c8661ef4bc5e4f1fbca606e
parent607fd74be8a42db46e80ba1781c044dacb3f29a5 (diff)
Update aboutProfiles.css
-rw-r--r--src/chrome/mozapps/aboutProfiles.css2
1 files changed, 1 insertions, 1 deletions
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 @@
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4 4
5html { 5html {
6 --aboutProfiles-table-background: rgb(75,75,75); 6 --aboutProfiles-table-background: rgb(0,0,0);
7 background-color: var(--in-content-frame-background); /* was var(--in-content-page-background) --johnGraciliano */ 7 background-color: var(--in-content-frame-background); /* was var(--in-content-page-background) --johnGraciliano */
8 padding: 48px 48px; 8 padding: 48px 48px;
9} 9}