-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for ROR #2851
Conversation
@@ -312,6 +312,11 @@ dt:target + dd { | |||
color: #A6CE39; | |||
margin-right: 4px; | |||
} | |||
// ror badge | |||
.ror { | |||
height: 16px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe it should be bigger
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
16px seems like a fine place to start
@maelle This looks good, did you want to do anything else before mergine? |
@maelle Can you add a news bullet? |
@jayhesselberth Thank you! Not sure why I had left it as draft. 😅 In any case I was waiting for a review 😁 |
|
||
paste0( | ||
"<a href='https://ror.org/", ror, "'>", | ||
"<img src='https://raw.githubusercontent.com/ror-community/ror-logos/main/ror-icon-rgb.svg' class='ror' alt='ROR'></a>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we use the version with transparent background?
https://github.com/ror-community/ror-logos/blob/main/ror-icon-rgb-transparent.svg
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wouldn't it look worse in dark mode?
@@ -312,6 +312,11 @@ dt:target + dd { | |||
color: #A6CE39; | |||
margin-right: 4px; | |||
} | |||
// ror badge | |||
.ror { | |||
height: 16px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
16px seems like a fine place to start
Thanks! |
Thank you! |
Fix #2850