diff --git a/css/brands-extended.css b/css/brands-extended.css index 05020ea..d6dfc51 100644 --- a/css/brands-extended.css +++ b/css/brands-extended.css @@ -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: #ffffff; + background-color: #5383E8} +.button.button-opgg:hover, +.button.button-opgg:focus { + filter: brightness(90%) } + + /* ORCID ID */ .button.button-orcid-id { color: #000000; diff --git a/images/icons-extended/Anilist.svg b/images/icons-extended/Anilist.svg new file mode 100644 index 0000000..f388fa5 --- /dev/null +++ b/images/icons-extended/Anilist.svg @@ -0,0 +1,21 @@ + + + + + + + + + diff --git a/images/icons-extended/opgg.svg b/images/icons-extended/opgg.svg new file mode 100644 index 0000000..d10ef49 --- /dev/null +++ b/images/icons-extended/opgg.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/preview.html b/preview.html index 3ef76b0..a8176a3 100644 --- a/preview.html +++ b/preview.html @@ -107,6 +107,11 @@ Alpha Universe LogoUniverse
+ + + Anilist LogoAnilist +
+ Behance LogoBehance @@ -161,6 +166,11 @@ MyAnimeList LogoMyAnimeList
+ + + + OP.GG LogoOP.GG +