summaryrefslogtreecommitdiff
path: root/src/chrome/mozapps/aboutServiceWorkers.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/mozapps/aboutServiceWorkers.css')
-rw-r--r--src/chrome/mozapps/aboutServiceWorkers.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/chrome/mozapps/aboutServiceWorkers.css b/src/chrome/mozapps/aboutServiceWorkers.css
index f915c23..31a08fb 100644
--- a/src/chrome/mozapps/aboutServiceWorkers.css
+++ b/src/chrome/mozapps/aboutServiceWorkers.css
@@ -11,7 +11,7 @@ body {
11 11
12.warningBackground { 12.warningBackground {
13 display: none; 13 display: none;
14 background: rgb(0,0,0); 14 background: #181411;
15 width:100%; 15 width:100%;
16 height:100%; 16 height:100%;
17 z-index:10; 17 z-index:10;
@@ -21,7 +21,7 @@ body {
21} 21}
22 22
23.warningMessage { 23.warningMessage {
24 color: #fff; 24 color: #bfbbb6;
25 position: relative; 25 position: relative;
26 min-width: 330px; 26 min-width: 330px;
27 max-width: 50em; 27 max-width: 50em;
@@ -30,7 +30,7 @@ body {
30 border-radius: 10px; 30 border-radius: 10px;
31 padding: 3em; 31 padding: 3em;
32 padding-inline-start: 30px; 32 padding-inline-start: 30px;
33 background: rgb(0,0,0); 33 background: #181411;
34 margin-left: auto; 34 margin-left: auto;
35 text-align: center; 35 text-align: center;
36} 36}