Merge branch 'main' into dev.to
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%);
|
||||
}
|
||||
|
||||
/* 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%);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user