diff --git a/src/components/GithubRepositoryLink/styles.module.css b/src/components/GithubRepositoryLink/styles.module.css index 0b3812d..4753bea 100644 --- a/src/components/GithubRepositoryLink/styles.module.css +++ b/src/components/GithubRepositoryLink/styles.module.css @@ -15,10 +15,10 @@ .icon { height: 24px; width: 24px; - fill: var(--ifm-color-secondary-darker); + fill: var(--ifm-font-color-base); } .name { padding: 0 4px; - color: var(--ifm-color-secondary); + color: var(--ifm-font-color-base); }