We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52f0dcc + 40840c6 commit 9a753e1Copy full SHA for 9a753e1
_sass/_utilities.scss
@@ -233,6 +233,10 @@ body:hover .visually-hidden button {
233
color: $linkedin-color;
234
}
235
236
+ .ai-orcid-square {
237
+ color: $orcid-color;
238
+ }
239
+
240
.fa-pinterest,
241
.fa-pinterest-p,
242
.fa-pinterest-square {
_sass/_variables.scss
@@ -77,6 +77,7 @@ $google-plus-color : #dd4b39;
77
$instagram-color : #517fa4;
78
$lastfm-color : #d51007;
79
$linkedin-color : #007bb6;
80
+$orcid-color : #a6ce39;
81
$pinterest-color : #cb2027;
82
$rss-color : #fa9b39;
83
$soundcloud-color : #ff3300;
0 commit comments