Added VRChat Button
This commit is contained in:
@ -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%);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user