added the rhythm game osu!
This commit is contained in:
Miko36110 2022-07-19 19:40:42 +09:00
parent 81ec83612f
commit 8c832d6cc5
3 changed files with 16 additions and 0 deletions

View File

@ -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%);
}

1
images/icons/osu.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -390,6 +390,11 @@
<img class="icon" src="images/icons/letterboxd.svg" alt="Letterboxd Logo">Letterboxd</a>
<br>
<!-- osu! -->
<a class="button button-osu" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/osu.svg" alt="osu! Logo">osu!</a>
<br>
<br>
<!--
Footer: