From 90e97d35a8a86e6ee3523b2e35c884d59c4090aa Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 18 Aug 2022 20:02:21 +0100 Subject: [PATCH 1/2] Added Osu --- css/brands-extended.css | 10 ++++++++++ images/icons-extended/osu.svg | 1 + preview.html | 5 +++++ 3 files changed, 16 insertions(+) create mode 100644 images/icons-extended/osu.svg diff --git a/css/brands-extended.css b/css/brands-extended.css index c6d70ae..a791deb 100644 --- a/css/brands-extended.css +++ b/css/brands-extended.css @@ -102,6 +102,16 @@ button:hover, .button.button-microblog: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/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 888c64a..9a0543a 100644 --- a/preview.html +++ b/preview.html @@ -107,6 +107,11 @@ MicroBlog LogoMicroBlog
+ + + osu! Logoosu! +
+ SpaceHey LogoSpaceHey From 2841b93e25ac3a914c3f114803c82722706654a2 Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 18 Aug 2022 20:05:30 +0100 Subject: [PATCH 2/2] Added Distiller --- css/brands-extended.css | 10 ++++ images/icons-extended/distiller.svg | 78 +++++++++++++++++++++++++++++ preview.html | 5 ++ 3 files changed, 93 insertions(+) create mode 100644 images/icons-extended/distiller.svg diff --git a/css/brands-extended.css b/css/brands-extended.css index c6d70ae..aa1d765 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; 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/preview.html b/preview.html index 888c64a..e9c1c9b 100644 --- a/preview.html +++ b/preview.html @@ -102,6 +102,11 @@ Devpost LogoDevpost
+ + + Distiller LogoDistiller +
+ MicroBlog LogoMicroBlog