Added VRChat Button

This commit is contained in:
kebin
2022-04-09 23:49:47 -07:00
parent 1f8faf8805
commit d4bf9656cc
3 changed files with 18 additions and 1 deletions

View File

@ -114,6 +114,17 @@ button:hover,
filter: brightness(90%);
}
/* VRChat */
.button.button-vrchat {
color: #000000;
background-color: #ffffff;
border: 2px solid black;
}
.button.button-vrchat:hover,
.button.button-vrchat:focus {
filter: brightness(90%);
}
/* Discord */
.button.button-discord {
color: #ffffff;
@ -516,4 +527,4 @@ button:hover,
.button.button-yt:hover,
.button.button-yt:focus {
filter: brightness(90%);
}
}