mirror of
https://github.com/sethcottle/littlelink.git
synced 2025-04-21 15:56:35 -04:00
Add osu!
added the rhythm game osu!
This commit is contained in:
parent
81ec83612f
commit
8c832d6cc5
@ -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
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 |
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user