Skip to content

Commit b616e0b

Browse files
committed
feat: style updates
1 parent 1c6b6d6 commit b616e0b

File tree

3 files changed

+32
-29
lines changed

3 files changed

+32
-29
lines changed

src/components/HomepageFeatures/index.tsx

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,40 +10,46 @@ type FeatureItem = {
1010

1111
const FeatureList: FeatureItem[] = [
1212
{
13-
title: 'Easy to Use',
13+
title: 'About Nomad',
1414
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
1515
description: (
1616
<>
17-
Docusaurus was designed from the ground up to be easily installed and
18-
used to get your website up and running quickly.
17+
What is Nomad and why Nomad exists
1918
</>
2019
),
2120
},
2221
{
23-
title: 'Focus on What Matters',
22+
title: 'Governance',
2423
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
2524
description: (
2625
<>
27-
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
28-
ahead and move your docs into the <code>docs</code> directory.
26+
High security cross-chain governance made simple
2927
</>
3028
),
3129
},
3230
{
33-
title: 'Powered by React',
31+
title: 'Bridge',
3432
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
3533
description: (
3634
<>
37-
Extend or customize your website layout by reusing React. Docusaurus can
38-
be extended while reusing the same header and footer.
35+
The premier optimistic bridging solution
36+
</>
37+
),
38+
},
39+
{
40+
title: 'Developers',
41+
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
42+
description: (
43+
<>
44+
Build cross-chain apps with Nomad
3945
</>
4046
),
4147
},
4248
];
4349

4450
function Feature({title, Svg, description}: FeatureItem) {
4551
return (
46-
<div className={clsx('col col--4')}>
52+
<div className={clsx('col')}>
4753
<div className="text--center">
4854
<Svg className={styles.featureSvg} role="img" />
4955
</div>

src/css/custom.css

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,22 @@
66

77
/* You can override the default Infima variables here. */
88
:root {
9-
--ifm-color-primary: #2e8555;
10-
--ifm-color-primary-dark: #29784c;
11-
--ifm-color-primary-darker: #277148;
12-
--ifm-color-primary-darkest: #205d3b;
13-
--ifm-color-primary-light: #33925d;
14-
--ifm-color-primary-lighter: #359962;
15-
--ifm-color-primary-lightest: #3cad6e;
16-
--ifm-code-font-size: 95%;
17-
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
9+
--ifm-color-primary: #1a1b1c;
10+
--ifm-color-primary-dark: #171819;
11+
--ifm-color-primary-darker: #161718;
12+
--ifm-color-primary-darkest: #121314;
13+
--ifm-color-primary-light: #1d1e1f;
14+
--ifm-color-primary-lighter: #1e1f20;
15+
--ifm-color-primary-lightest: #222324;
1816
}
1917

2018
/* For readability concerns, you should choose a lighter palette in dark mode. */
2119
[data-theme='dark'] {
22-
--ifm-color-primary: #25c2a0;
23-
--ifm-color-primary-dark: #21af90;
24-
--ifm-color-primary-darker: #1fa588;
25-
--ifm-color-primary-darkest: #1a8870;
26-
--ifm-color-primary-light: #29d5b0;
27-
--ifm-color-primary-lighter: #32d8b4;
28-
--ifm-color-primary-lightest: #4fddbf;
29-
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
20+
--ifm-color-primary: #ffffff;
21+
--ifm-color-primary-dark: #e6e6e6;
22+
--ifm-color-primary-darker: #d9d9d9;
23+
--ifm-color-primary-darkest: #b3b3b3;
24+
--ifm-color-primary-light: #ffffff;
25+
--ifm-color-primary-lighter: #ffffff;
26+
--ifm-color-primary-lightest: #ffffff;
3027
}

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ function HomepageHeader() {
1616
<div className={styles.buttons}>
1717
<Link
1818
className="button button--secondary button--lg"
19-
to="/docs/intro">
20-
Docusaurus Tutorial - 5min ⏱️
19+
to="/intro">
20+
Enter the Nomad World 🔍
2121
</Link>
2222
</div>
2323
</div>

0 commit comments

Comments
 (0)