Add links for ORCID ID and ResearchGate (Academia)
This commit is contained in:
parent
8c6de1bed8
commit
cb550b33c4
4 changed files with 71 additions and 1 deletions
|
@ -211,6 +211,17 @@ button:hover,
|
|||
.button.button-myanimelist:focus {
|
||||
filter: brightness(90%) }
|
||||
|
||||
/* ORCID ID */
|
||||
.button.button-orcid-id {
|
||||
color: #000000;
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #212121;
|
||||
}
|
||||
.button.button-orcid-id:hover,
|
||||
.button.button-orcid-id:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* osu! */
|
||||
.button.button-osu {
|
||||
color: #ffffff;
|
||||
|
@ -221,6 +232,17 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* ResearchGate */
|
||||
.button.button-researchgate {
|
||||
color: #000000;
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #212121;
|
||||
}
|
||||
.button.button-researchgate:hover,
|
||||
.button.button-researchgate:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* SpaceHey */
|
||||
.button.button-spacehey {
|
||||
color: #FFFFFF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue