Added Osu
This commit is contained in:
parent
54058a9946
commit
90e97d35a8
3 changed files with 16 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue