Add dev.to button
This commit is contained in:
@ -114,6 +114,16 @@ button:hover,
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* dev.to */
|
||||
.button.button-dev-to {
|
||||
color: #000000;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.button.button-dev-to:hover,
|
||||
.button.button-dev-to:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Discord */
|
||||
.button.button-discord {
|
||||
color: #ffffff;
|
||||
|
Reference in New Issue
Block a user