Merge branch 'contact-page-change' into 'dev'
Contact page change See merge request ligolang/ligo!549
This commit is contained in:
commit
4f61c75799
@ -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',
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user