diff --git a/src/vector/mobile_guide/index.html b/src/vector/mobile_guide/index.html
index e9b118cd87..f7c34cbb3a 100644
--- a/src/vector/mobile_guide/index.html
+++ b/src/vector/mobile_guide/index.html
@@ -10,11 +10,7 @@
}
body {
- background: #c5e0f7;
- background: -moz-linear-gradient(top, #c5e0f7 0%, #ffffff 100%);
- background: -webkit-linear-gradient(top, #c5e0f7 0%,#ffffff 100%);
- background: linear-gradient(to bottom, #c5e0f7 0%,#ffffff 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5e0f7', endColorstr='#ffffff',GradientType=0 );
+ background: #f9fafb;
max-width: 680px;
margin: auto;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
@@ -100,7 +96,7 @@ body {
}
.mx_FooterLink {
- color: #368BD6;
+ color: #0dbd8b;
text-decoration: none;
}
@@ -151,16 +147,12 @@ body {
diff --git a/src/vector/static/incompatible-browser.html b/src/vector/static/incompatible-browser.html
index 1d685d5394..c678961a17 100644
--- a/src/vector/static/incompatible-browser.html
+++ b/src/vector/static/incompatible-browser.html
@@ -13,11 +13,7 @@
}
body {
- background: #c5e0f7;
- background: -moz-linear-gradient(top, #c5e0f7 0%, #ffffff 100%);
- background: -webkit-linear-gradient(top, #c5e0f7 0%, #ffffff 100%);
- background: linear-gradient(to bottom, #c5e0f7 0%, #ffffff 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5e0f7', endColorstr='#ffffff', GradientType=0);
+ background: #f9fafb;
max-width: 680px;
margin: auto;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
@@ -94,7 +90,7 @@
}
.mx_FooterLink {
- color: #368BD6;
+ color: #0dbd8b;
text-decoration: none;
}
@@ -143,25 +139,12 @@
diff --git a/src/vector/static/unable-to-load.html b/src/vector/static/unable-to-load.html
index 0b8c351bfa..3d06779dbe 100644
--- a/src/vector/static/unable-to-load.html
+++ b/src/vector/static/unable-to-load.html
@@ -1,3 +1,4 @@
+
@@ -13,11 +14,7 @@
}
body {
- background: #c5e0f7;
- background: -moz-linear-gradient(top, #c5e0f7 0%, #ffffff 100%);
- background: -webkit-linear-gradient(top, #c5e0f7 0%, #ffffff 100%);
- background: linear-gradient(to bottom, #c5e0f7 0%, #ffffff 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5e0f7', endColorstr='#ffffff', GradientType=0);
+ background: #f9fafb;
max-width: 680px;
margin: auto;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
@@ -104,7 +101,7 @@
}
.mx_FooterLink {
- color: #368BD6;
+ color: ##0dbd8b;
text-decoration: none;
}
@@ -157,25 +154,12 @@