Skip to content

Commit

Permalink
Update homepage button color
Browse files Browse the repository at this point in the history
  • Loading branch information
Indicardo committed Aug 16, 2024
1 parent fefec09 commit 79f602b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,12 @@ footer .container {
vertical-align: sub;
}
}

:where(.button--white) {
--ifm-button-background-color: #ffffff;
--ifm-button-border-color: #ffffff;
}

.button--white:hover {
color: #000000 !important;
}
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function Home() {
<div className={styles.Ctas}>
<Link
className={classnames(
"button button--outline button--primary button--lg",
"button button--outline button--white button--lg",
styles.getStarted
)}
to={useBaseUrl("downloads")}
Expand Down

0 comments on commit 79f602b

Please sign in to comment.