Skip to content

Commit

Permalink
Merge pull request #36 from cardano-foundation/design-patch
Browse files Browse the repository at this point in the history
Design patch
  • Loading branch information
katomm authored Apr 20, 2021
2 parents d65ebe9 + 0390ce2 commit 4e51038
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
--ifm-color-primary-lighter: #325CBD;
--ifm-color-primary-lightest: #325CBD;
--ifm-code-font-size: 95%;
--ifm-footer-link-hover-color: #6684CE;
}

html[data-theme="dark"] {
Expand All @@ -28,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 Expand Up @@ -57,7 +63,7 @@ html[data-theme="dark"] {
.card:hover {
transform: translate(0px, -5px);
}

.footer--dark {
background-color: #232323 !important;
}
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 4e51038

Please sign in to comment.