added Anilist and OP.GG

This commit is contained in:
heyimjonas 2023-08-31 14:08:26 +02:00
parent 1b770aeee8
commit 5c9da8a648
4 changed files with 53 additions and 0 deletions

View file

@ -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;