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;