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',
|
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',
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user