Skip to content

Commit 2c12cdd

Browse files
committed
Tweak getting started button
1 parent 1651b94 commit 2c12cdd

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/pages/index.module.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@
103103
gap: 0.5rem;
104104
}
105105

106+
.getStartedButton {
107+
--ifm-button-background-color: var(--ifm-color-primary-darkest);
108+
--ifm-button-border-color: var(--ifm-color-primary-darkest);
109+
}
110+
106111
/* Responsive adjustments */
107112
@media screen and (max-width: 996px) {
108113
.hero {

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function HeroBanner() {
2727
</span>
2828
</Heading>
2929
<div className={styles.indexCtas}>
30-
<Link className="button button--primary button--lg" to="/docs">
30+
<Link className={clsx("button button--primary button--lg", styles.getStartedButton)} to="/docs">
3131
Get Started
3232
</Link>
3333
<Link

0 commit comments

Comments
 (0)