Skip to content

Commit

Permalink
Merge pull request #466 from naveenarun/orcid_color
Browse files Browse the repository at this point in the history
Made orcid logo green :)
  • Loading branch information
rjzupkoii authored Feb 15, 2024
2 parents 52f0dcc + 40840c6 commit 9a753e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sass/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ body:hover .visually-hidden button {
color: $linkedin-color;
}

.ai-orcid-square {
color: $orcid-color;
}

.fa-pinterest,
.fa-pinterest-p,
.fa-pinterest-square {
Expand Down
1 change: 1 addition & 0 deletions _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ $google-plus-color : #dd4b39;
$instagram-color : #517fa4;
$lastfm-color : #d51007;
$linkedin-color : #007bb6;
$orcid-color : #a6ce39;
$pinterest-color : #cb2027;
$rss-color : #fa9b39;
$soundcloud-color : #ff3300;
Expand Down

0 comments on commit 9a753e1

Please sign in to comment.