Skip to content

Commit

Permalink
fix(component/GithubRepositoryLink): label color
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiya10 committed Jun 8, 2024
1 parent 5712c5e commit 1ff7602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/GithubRepositoryLink/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit 1ff7602

Please sign in to comment.