From 588306ecd387facb830310a09fdeac69963ca4be Mon Sep 17 00:00:00 2001 From: Sander Spies Date: Fri, 3 Apr 2020 15:39:46 +0200 Subject: [PATCH] Modify contact page --- gitlab-pages/website/src/pages/contact.js | 14 -------------- gitlab-pages/website/static/css/custom.css | 1 + 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/gitlab-pages/website/src/pages/contact.js b/gitlab-pages/website/src/pages/contact.js index 7ba86abc7..3a8ce95bc 100644 --- a/gitlab-pages/website/src/pages/contact.js +++ b/gitlab-pages/website/src/pages/contact.js @@ -10,13 +10,6 @@ const TEAM = [ link: 'https://github.com/rinderknecht', pinned: true }, - { - firstName: 'Brice', - lastName: 'Aldrich', - image: 'img/brice.jpeg', - link: 'https://github.com/DefinitelyNotAGoat', - pinned: true - }, { firstName: 'Gabriel', lastName: 'Alfour', @@ -24,13 +17,6 @@ const TEAM = [ link: 'https://gitlab.com/gabriel.alfour', pinned: true }, - { - firstName: 'Matej', - lastName: 'Sima', - image: 'img/matej.jpeg', - link: 'https://github.com/maht0rz', - pinned: true - }, { firstName: 'Sander', lastName: 'Spies', diff --git a/gitlab-pages/website/static/css/custom.css b/gitlab-pages/website/static/css/custom.css index 6d2e05fec..212677d6d 100644 --- a/gitlab-pages/website/static/css/custom.css +++ b/gitlab-pages/website/static/css/custom.css @@ -50,6 +50,7 @@ html[data-theme='dark'] { --color-primary-text: white; --blockquote-color: var(--ifm-navbar-background-color); + --light-blue: var(--ifm-navbar-background-color); } html {