Skip to content

Commit

Permalink
Merge pull request #22 from heggrik/url_color
Browse files Browse the repository at this point in the history
Url color
  • Loading branch information
souravcipher authored Sep 30, 2022
2 parents 80e90b7 + 96d7770 commit e7a7e78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
--ifm-color-primary-lighter: #424751;
--ifm-color-primary-lightest: #4a515b;
--ifm-color-primary-white: #ffffff;
--ifm-link-color:#268c42;
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
Expand All @@ -25,6 +26,7 @@
--ifm-color-primary-light: #ffffff;
--ifm-color-primary-lighter: #ffffff;
--ifm-color-primary-lightest: #ffffff;
--ifm-link-color:#63d481;
}

.header-github-link:hover {
Expand All @@ -46,4 +48,4 @@
}
.footer__link-item {
--ifm-footer-link-hover-color:var(--ifm-color-primary-white);
}
}

0 comments on commit e7a7e78

Please sign in to comment.