diff --git a/website/pages/en/index.js b/website/pages/en/index.js
index 0770dce9c3..569e82590a 100755
--- a/website/pages/en/index.js
+++ b/website/pages/en/index.js
@@ -138,8 +138,6 @@ class HomeSplash extends React.Component {
-
-
);
diff --git a/website/siteConfig.js b/website/siteConfig.js
index 08411a4f87..346afc1cb0 100644
--- a/website/siteConfig.js
+++ b/website/siteConfig.js
@@ -92,7 +92,7 @@ const siteConfig = {
/* Colors for website */
colors: {
primaryColor: '#39535b',
- secondaryColor: '#697ce5',
+ secondaryColor: '#817AFE',
},
/* Custom fonts for website */
diff --git a/website/static/css/custom.css b/website/static/css/custom.css
index c5fc0c7086..c5767b89ef 100644
--- a/website/static/css/custom.css
+++ b/website/static/css/custom.css
@@ -15,6 +15,10 @@
@media only screen and (min-width: 1500px) {
}
+a {
+ color: #0000EE
+}
+
h2.projectTitle {
color: black;
}
@@ -69,7 +73,7 @@ h2.projectTitle {
}
.button.primary {
- background: #3f51b5;
+ background: #817AFE;
color: #fff;
}