commit 904616d1ab9619c17e6347cf70759523ccc3ccfa
parent ce84da7049bf1c3e87b5d7db2498b903c331e7d5
Author: Servail <45024837+Servail@users.noreply.github.com>
Date: Tue, 9 Jul 2019 15:02:55 +0300
Update syncSetup.css
Diffstat:
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/chrome/browser/syncSetup.css b/src/chrome/browser/syncSetup.css
@@ -7,7 +7,7 @@ wizard {
width: 55em;
height: 45em;
padding: 0;
- background-color: rgb(43,43,43);
+ background-color: rgb(0,0,0);
color: #fff;
}
@@ -23,7 +23,7 @@ wizardpage {
-moz-box-align: center;
margin: 0;
padding: 0 6em;
- background-color: rgb(43,43,43);
+ background-color: rgb(0,0,0);
}
.wizard-header {
@@ -130,4 +130,4 @@ description > .text-link:focus {
#tosDesc {
margin-left: -7px;
margin-bottom: 3px;
-}
-\ No newline at end of file
+}