Skip to content

Commit

Permalink
Fix different CTA button in production and development mode
Browse files Browse the repository at this point in the history
  • Loading branch information
katomm committed Apr 19, 2021
1 parent 1d63868 commit 0390ce2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ html[data-theme="dark"] {
--ifm-code-font-size: 95%;
}

.button {
border-style: solid !important;
border-width: 1px !important;
}

.docusaurus-highlight-code-line {
background-color: rgb(72, 77, 91);
display: block;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function Home() {
<div className={styles.buttons}>
<Link
className={clsx(
'button button--outline button--warn button--lg',
'button button--outline button--lg',
styles.getStarted,
)}
to={useBaseUrl('docs/getting-started/overview')}>
Expand Down

0 comments on commit 0390ce2

Please sign in to comment.