diff --git a/css/brands-extended.css b/css/brands-extended.css index 44e42c3..6f2f035 100644 --- a/css/brands-extended.css +++ b/css/brands-extended.css @@ -94,6 +94,16 @@ button:hover, filter: brightness(90%); } +/* Distiller */ +.button.button-dist { + color: #ffffff; + background-color: #ed5c47; +} +.button.button-dist:hover, +.button.button-dist:focus { + filter: brightness(90%); +} + /* Micro.blog */ .button.button-microblog { color: #FFFFFF; @@ -110,6 +120,16 @@ button:hover, .button.button-myanimelist:focus { filter: brightness(90%) } + /* osu! */ +.button.button-osu { + color: #ffffff; + background-color: #ff8ee6; +} +.button.button-osu:hover, +.button.button-osu:focus { + filter: brightness(90%); +} + /* SpaceHey */ .button.button-spacehey { color: #FFFFFF; diff --git a/images/icons-extended/distiller.svg b/images/icons-extended/distiller.svg new file mode 100644 index 0000000..dfc9f34 --- /dev/null +++ b/images/icons-extended/distiller.svg @@ -0,0 +1,78 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + \ No newline at end of file diff --git a/images/icons-extended/osu.svg b/images/icons-extended/osu.svg new file mode 100644 index 0000000..07c5fd4 --- /dev/null +++ b/images/icons-extended/osu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/preview.html b/preview.html index fb4034b..ec516de 100644 --- a/preview.html +++ b/preview.html @@ -102,6 +102,11 @@ Devpost LogoDevpost
+ + + Distiller LogoDistiller +
+ MicroBlog LogoMicroBlog @@ -112,6 +117,11 @@ MyAnimeList LogoMyAnimeList
+ + + osu! Logoosu! +
+ SpaceHey LogoSpaceHey