From 2c5e13aacb89ba8cfe4c8eff1df9761aa9fa2e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 18 May 2021 11:37:35 +0200 Subject: [PATCH] fix: docs colors --- website/pages/en/index.js | 2 -- website/siteConfig.js | 2 +- website/static/css/custom.css | 6 +++++- 3 files changed, 6 insertions(+), 4 deletions(-) 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; }