Added Osu

This commit is contained in:
Kieran 2022-08-18 20:02:21 +01:00
parent 54058a9946
commit 90e97d35a8
3 changed files with 16 additions and 0 deletions

View file

@ -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;

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6 KiB

View file

@ -107,6 +107,11 @@
<img class="icon" src="images/icons-extended/microblog.svg" alt="MicroBlog Logo">MicroBlog</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>
<!-- SpaceHey -->
<a class="button button-spacehey" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons-extended/spacehey.svg" alt="SpaceHey Logo">SpaceHey</a>