From 8c832d6cc592b295952a1310634032047695cd1f Mon Sep 17 00:00:00 2001 From: Miko36110 Date: Tue, 19 Jul 2022 19:40:42 +0900 Subject: [PATCH] Add osu! added the rhythm game osu! --- css/brands.css | 10 ++++++++++ images/icons/osu.svg | 1 + index.html | 5 +++++ 3 files changed, 16 insertions(+) create mode 100644 images/icons/osu.svg diff --git a/css/brands.css b/css/brands.css index e258038b..676838ae 100644 --- a/css/brands.css +++ b/css/brands.css @@ -618,3 +618,13 @@ button:hover, .button.button-letterboxd:focus { filter: brightness(90%); } + +/* osu! */ +.button.button-osu { + color: #ffffff; + background-color: #ff8ee6; +} +.button.button-osu:hover, +.button.button-osu:focus { + filter: brightness(90%); +} diff --git a/images/icons/osu.svg b/images/icons/osu.svg new file mode 100644 index 00000000..54f0ea51 --- /dev/null +++ b/images/icons/osu.svg @@ -0,0 +1 @@ + diff --git a/index.html b/index.html index ed327f5b..89fd8849 100644 --- a/index.html +++ b/index.html @@ -390,6 +390,11 @@ Letterboxd LogoLetterboxd
+ + + osu! Logoosu! +
+