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

Commit

Permalink
Update docusaurus color primary
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Mar 23, 2021
1 parent 4846742 commit b30a5cf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ body {

/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #25c2a0;
--ifm-color-primary-dark: rgb(33, 175, 144);
--ifm-color-primary-darker: rgb(31, 165, 136);
--ifm-color-primary-darkest: rgb(26, 136, 112);
--ifm-color-primary-light: rgb(70, 203, 174);
--ifm-color-primary-lighter: rgb(102, 212, 189);
--ifm-color-primary-lightest: rgb(146, 224, 208);
--ifm-color-primary: #ec3783;
--ifm-color-primary-dark: #e91c73;
--ifm-color-primary-darker: #e2156b;
--ifm-color-primary-darkest: #ba1258;
--ifm-color-primary-light: #ef5293;
--ifm-color-primary-lighter: #f05f9c;
--ifm-color-primary-lightest: #f487b4;
--ifm-code-font-size: 95%;
}

Expand Down

0 comments on commit b30a5cf

Please sign in to comment.