Added hashnode

This commit is contained in:
Jesbin
2022-10-30 20:43:51 +05:30
parent b01f209660
commit d9cad6d781
3 changed files with 16 additions and 0 deletions

View File

@ -638,3 +638,13 @@ button:hover,
.button.button-letterboxd:focus {
filter: brightness(90%);
}
/* hashnode */
.button.button-hashnode {
color: #323335;
background-color: #ffffff;
}
.button.button-hashnode:hover,
.button.button-hashnode:focus {
filter: brightness(90%);
}