summaryrefslogtreecommitdiff
path: root/src/chrome/mozapps/aboutProfiles.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/mozapps/aboutProfiles.css')
-rw-r--r--src/chrome/mozapps/aboutProfiles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chrome/mozapps/aboutProfiles.css b/src/chrome/mozapps/aboutProfiles.css
index 051112f..73ab2da 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(0,0,0); 6 --aboutProfiles-table-background: #181411;
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}
@@ -16,7 +16,7 @@ body {
16 box-sizing: content-box; 16 box-sizing: content-box;
17 max-width: 90em; 17 max-width: 90em;
18 background-color: var(--in-content-page-background); 18 background-color: var(--in-content-page-background);
19 color: #fff; 19 color: #bfbbb6;
20 border: 1px solid var(--in-content-main-border-color); 20 border: 1px solid var(--in-content-main-border-color);
21 border-radius: 10px; 21 border-radius: 10px;
22 padding: 3em 30px; 22 padding: 3em 30px;