Add osu!
added the rhythm game osu!
This commit is contained in:
parent
81ec83612f
commit
8c832d6cc5
3 changed files with 16 additions and 0 deletions
|
@ -618,3 +618,13 @@ button:hover,
|
||||||
.button.button-letterboxd:focus {
|
.button.button-letterboxd:focus {
|
||||||
filter: brightness(90%);
|
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
1
images/icons/osu.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 6 KiB |
|
@ -390,6 +390,11 @@
|
||||||
<img class="icon" src="images/icons/letterboxd.svg" alt="Letterboxd Logo">Letterboxd</a>
|
<img class="icon" src="images/icons/letterboxd.svg" alt="Letterboxd Logo">Letterboxd</a>
|
||||||
<br>
|
<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>
|
<br>
|
||||||
<!--
|
<!--
|
||||||
Footer:
|
Footer:
|
||||||
|
|
Loading…
Reference in a new issue