Skip to content

Commit

Permalink
change orcid logo color (#1937)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlius authored Aug 16, 2023
1 parent 61e9203 commit 106d1ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@
}
}
}

.orcid-logo {
color: #a6ce39;
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
rel='noopener noreferrer'
aria-label={{t 'osf-components.search-result-card.link_to_orcid_id'}}
>
<FaIcon @prefix='fab' @icon='orcid' />
<FaIcon @prefix='fab' @icon='orcid' local-class='orcid-logo' />
</a>
{{/each}}
{{/if}}
Expand Down

0 comments on commit 106d1ab

Please sign in to comment.