Compare commits
4 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| f9c57f0890 | |||
| 2f7f5eb777 | |||
| 0bdf2387a7 | |||
| dd509331cc |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #fafffb;
|
||||
--background: #f5faff;
|
||||
--card: #ffffff;
|
||||
--foreground: #001a0a;
|
||||
--primary-cta: #0a705f;
|
||||
--primary-cta-text: #fafffb;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #001a0a;
|
||||
--accent: #a8d9be;
|
||||
--background-accent: #6bbfb8;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 0.5rem;
|
||||
|
||||
@@ -124,7 +124,7 @@ export default function HomePage() {
|
||||
description="Nos coachs et bénévoles sont là pour vous faire progresser."
|
||||
members={[
|
||||
{
|
||||
name: "Marc L.",
|
||||
name: "Teren",
|
||||
role: "Coach Principal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-guy-wearing-headband-with-wristband-headphones-with-phone-arm-band-looking-distance-with-hand_141793-89810.jpg",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user