Add dev.to button

This commit is contained in:
jawira
2022-05-02 22:26:30 +02:00
parent 1f8faf8805
commit 05592364cf
3 changed files with 16 additions and 0 deletions

View File

@ -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;