Merge branch 'contact-page-change' into 'dev'

Contact page change

See merge request ligolang/ligo!549
This commit is contained in:
Sander 2020-04-06 10:32:38 +00:00
commit 4f61c75799
2 changed files with 1 additions and 14 deletions

View File

@ -10,13 +10,6 @@ const TEAM = [
link: 'https://github.com/rinderknecht', link: 'https://github.com/rinderknecht',
pinned: true pinned: true
}, },
{
firstName: 'Brice',
lastName: 'Aldrich',
image: 'img/brice.jpeg',
link: 'https://github.com/DefinitelyNotAGoat',
pinned: true
},
{ {
firstName: 'Gabriel', firstName: 'Gabriel',
lastName: 'Alfour', lastName: 'Alfour',
@ -24,13 +17,6 @@ const TEAM = [
link: 'https://gitlab.com/gabriel.alfour', link: 'https://gitlab.com/gabriel.alfour',
pinned: true pinned: true
}, },
{
firstName: 'Matej',
lastName: 'Sima',
image: 'img/matej.jpeg',
link: 'https://github.com/maht0rz',
pinned: true
},
{ {
firstName: 'Sander', firstName: 'Sander',
lastName: 'Spies', lastName: 'Spies',

View File

@ -50,6 +50,7 @@
html[data-theme='dark'] { html[data-theme='dark'] {
--color-primary-text: white; --color-primary-text: white;
--blockquote-color: var(--ifm-navbar-background-color); --blockquote-color: var(--ifm-navbar-background-color);
--light-blue: var(--ifm-navbar-background-color);
} }
html { html {