Skip to content

Commit

Permalink
improve contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz committed Sep 13, 2024
1 parent 866b3d6 commit a55b5dd
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
:root {
--ifm-color-primary: #58c142;
--ifm-color-primary: #1a660b;
--ifm-color-primary-dark: #175c0a;
--ifm-color-primary-darker: #165709;
--ifm-color-primary-darkest: #124708;
--ifm-color-primary-light: #1d700c;
--ifm-color-primary-lighter: #1e750d;
--ifm-color-primary-lightest: #22850e;
[data-theme="dark"] {
--ifm-color-primary: #58c142;
--ifm-color-primary-dark: #4eb03a;
--ifm-color-primary-darker: #4aa636;
--ifm-color-primary-darkest: #429431;
--ifm-color-primary-light: #69c756;
--ifm-color-primary-lighter: #72cb5f;
--ifm-color-primary-lightest: #8cd47d;
}
}

0 comments on commit a55b5dd

Please sign in to comment.