Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Fix link color
Browse files Browse the repository at this point in the history
  • Loading branch information
wuminzhe committed Jul 19, 2022
1 parent 4c057f4 commit ec15b9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/component/ConnectWalletButton/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
border-radius: 20px;
padding: 4px 8px;
background: transparent;
border: 2px solid rgba(228, 26, 112, 0.7);
border: 2px solid rgba(81, 45, 188, 0.7);

>span {
font-weight: bold;
font-size: medium;
color: rgba(228, 26, 112, 1);
color: rgba(81, 45, 188, 1);
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #ec3783;
--ifm-color-primary: #512DBC;
--ifm-color-primary-dark: #e91c73;
--ifm-color-primary-darker: #e2156b;
--ifm-color-primary-darkest: #ba1258;
Expand Down

0 comments on commit ec15b9b

Please sign in to comment.