Merge branch 'main' into dev.to

This commit is contained in:
jawira
2022-05-03 20:46:51 +02:00
3 changed files with 19 additions and 2 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%);
}
/* dev.to */
.button.button-dev-to {
color: #000000;
@ -526,4 +537,4 @@ button:hover,
.button.button-yt:hover,
.button.button-yt:focus {
filter: brightness(90%);
}
}