Skip to content

Commit 9a753e1

Browse files
authored
Merge pull request #466 from naveenarun/orcid_color
Made orcid logo green :)
2 parents 52f0dcc + 40840c6 commit 9a753e1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

_sass/_utilities.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,10 @@ body:hover .visually-hidden button {
233233
color: $linkedin-color;
234234
}
235235

236+
.ai-orcid-square {
237+
color: $orcid-color;
238+
}
239+
236240
.fa-pinterest,
237241
.fa-pinterest-p,
238242
.fa-pinterest-square {

_sass/_variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ $google-plus-color : #dd4b39;
7777
$instagram-color : #517fa4;
7878
$lastfm-color : #d51007;
7979
$linkedin-color : #007bb6;
80+
$orcid-color : #a6ce39;
8081
$pinterest-color : #cb2027;
8182
$rss-color : #fa9b39;
8283
$soundcloud-color : #ff3300;

0 commit comments

Comments
 (0)