added Anilist and OP.GG
This commit is contained in:
parent
1b770aeee8
commit
5c9da8a648
4 changed files with 53 additions and 0 deletions
|
@ -104,6 +104,16 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Anilist */
|
||||
.button.button-anilist {
|
||||
color: #ffffff;
|
||||
background-color: #152232;
|
||||
}
|
||||
.button.button-anilist:hover,
|
||||
.button.button-anilist:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Behance */
|
||||
.button.button-behance {
|
||||
color: #1769ff;
|
||||
|
@ -211,6 +221,15 @@ button:hover,
|
|||
.button.button-myanimelist:focus {
|
||||
filter: brightness(90%) }
|
||||
|
||||
/* OP.GG */
|
||||
.button.button-opgg {
|
||||
color: #5383E8;
|
||||
background-color: #ffffff }
|
||||
.button.button-opgg:hover,
|
||||
.button.button-opgg:focus {
|
||||
filter: brightness(90%) }
|
||||
|
||||
|
||||
/* ORCID ID */
|
||||
.button.button-orcid-id {
|
||||
color: #000000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue