commit 0610eb80492f4e2db4bdaa6ec5adfdda2f398a1b
parent 8b41d48971f1c086b30b06e191d2296842c085b9
Author: Servail <45024837+Servail@users.noreply.github.com>
Date: Tue, 9 Jul 2019 16:23:43 +0300
Update aboutServiceWorkers.css
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/chrome/mozapps/aboutServiceWorkers.css b/src/chrome/mozapps/aboutServiceWorkers.css
@@ -11,7 +11,7 @@ body {
.warningBackground {
display: none;
- background: rgb(23,23,23);
+ background: rgb(0,0,0);
width:100%;
height:100%;
z-index:10;
@@ -30,7 +30,7 @@ body {
border-radius: 10px;
padding: 3em;
padding-inline-start: 30px;
- background: rgb(43,43,43);
+ background: rgb(0,0,0);
margin-left: auto;
text-align: center;
}